This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/15212] [4.0/4.1/4.2/4.3 Regression] bootstrap fails on interix3



------- Comment #29 from markus dot duft at salomon dot at  2007-05-29 11:37 -------
Hi everybody!

gcc 4.2.0 works fine on interix 3.5 using the native binutils (at least as and
ld must be native...) with patch i will attach, and the following commands:

$ ../gcc-4.2.0/configure --enable-languages=c,c++ --enable-threads=posix
--with-stabs --disable-nls --enable-shared --disable-libssp --with-gnu-as
--with-gnu-ld --disable-werror --prefix=/testing/gcc/installed
$ gmake bootstrap
$ gmake install

i used GNU make, since the interix native make has some problems, but i don't
know if gcc would build fine with the native one...

i applied the two interix patches attached here allready, and changed
libstdc++v3 to not include -ffunction-sections, which breaks any C++ compiled
program on interix, maybe somebody could change GCC to just ignore this flag on
interix/windows?

have fun compiling...

Cheers, Markus


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15212


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]