Here is my configure line:
../gcc/configure --prefix=/Users/ed/bin-4.3
--enable-languages=c,c++,fortran,objc,obj-c++,treelang
Here is the bootstrap compiler:
MacOSX:~/obj-4.3 ed$ gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1671)
It gets down to linking libstdc++ and then can't find
I tried setting DYLD_LIBRARY_PATH and that didn't work.
/usr/bin/ld: can't locate file for: -lgcc_s.10.4
I did a find:
./powerpc-apple-darwin7.9.0/libgcc/libgcc_s.10.4.dylib
./prev-powerpc-apple-darwin7.9.0/libgcc/libgcc_s.10.4.dylib
./stage1-powerpc-apple-darwin7.9.0/libgcc/libgcc_s.10.4.dylib
so these libraries exist.
Any ideas?
I last bootstrapped on 16 November.
Thanks.