Arnaud Dovi
Arnaud Dovi
The windows symlinks didn't cause problems to build windows and linux targets For Darwin not sure yet I fail at another point ``` make[5]: Leaving directory '/x/tmp/.build/x86_64-apple-darwin10/build/build-cc-gcc-final/gcc' /x/tmp/.build/x86_64-apple-darwin10/build/build-cc-gcc-final/./gcc/xgcc -B/x/tmp/.build/x86_64-apple-darwin10/build/build-cc-gcc-final/./gcc/ -B/x/libs/gcc-5666.3-x86_64-apple-darwin10-dw2/x86_64-apple-darwin10/bin/...
3.13 and glibc 2.18, because it fails at final compiler for not finding some headers in x86_64-unknown-linux-gnu\include or x86_64-unknown-linux-gnu\sys-include so I made it just junction instead of patching
yeah but build.sh is too problematic, hardcoding version , uses multilib and I'm not, compiling gettext and libiconv twice so only the compilation of both of these package is as...
I have uploaded my build.log for linux64 nomultilib and yours here: https://drive.google.com/folderview?id=0B4dcRcayW88VakstaUdkU2tCbXc&usp=sharing if you can help me find the diff
compared both build log and the main difference I note is me using '--with-host-libstdcxx=-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' instead of you using '-lstdc++ -lm' in LDFLAGS Also I'm building in a posix=1...
Btw I have found an explanation why libgcc_s is installed in wrong folders, this is due to --enable-version-specific-runtime-libs ``` === Build libgcc === [BLIBGCC] Reenter the build directory used earlier...
In meantimes since I added bunch of custom args as --enable-version-specific-runtime-libs I will remove them to check if I can get better results because indeed I smell it is hiding...
also is it normal that with set MSYS=winsymlinks:nativestrict the configure scripts does not detect ln -s working ? because when building I still get a no for ln -s ,...
nvm I should have read configure, I always forget there is the line number that is showable for this purpose. In case you wonder to know why this is a...
I confirm removing --enable-version-specific-runtime-libs I had added as custom option changes a lot of folder position, looks much better without and as it finds includes and libs without any special...