On Apr 26, 2005, at 2:29 PM, Bojan Antonovic wrote:
1) Similar to http://gcc.gnu.org/ml/gcc/2004-11/msg00286.html I configured GCC to be build with
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
Looks like you did not read the installation direction: <http://gcc.gnu.org/install/>
You need a newer cctools.
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 ?
Again you did not read the installation direction, the requirements are documented
there.
-- Pinski