../gcc-4.0.0/configure --program-suffix=-4.0.0 --enable-languages=java
and (before) all other languages except Fortran. In both cases the result was
rm -fr .libs/libstdc++.lax rm -fr .libs/libstdc++.lax mkdir .libs/libstdc++.lax rm -fr .libs/libstdc++.lax/libmath.a mkdir .libs/libstdc++.lax/libmath.a
[snip]
ld: .libs/libstdc++.lax/libsupc++convenience.a/tinfo2.o malformed object, illegal reference for -dynamic code (reference to a coalesced section (__TEXT,__textcoal_nt) from section (__TEXT,__eh_frame) relocation entry (12))
/usr/bin/libtool: internal link edit command failed
make[4]: *** [libstdc++.la] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-target-libstdc++-v3] Error 2
make: *** [bootstrap] Error 2
./config.guess powerpc-apple-darwin7.9.0
uname -a Darwin Bojan-Antonovics-Computer.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc
gcc -v Reading specs from /usr/local/lib/gcc/powerpc-apple-darwin7.6.0/3.4.3/specs Configured with: ../gcc-3.4.3/configure --program-suffix=-3.4.3 --enable-languages=c,c++,objc,java,f77 Thread model: posix gcc version 3.4.3
2) Oppositely to http://gcc.gnu.org/install/configure.html, f77 is not available. What does mean
configure: error: GMP with MPFR support is required to build f95 ?
I builded GCC as always, and always successfull. Can somebody tell me a successfull build of GCC 4.0.0 on Mac OS 10.3.x ?
greetings
Bojan