The bootstrap fails at stage 3 for an up-to-date repo The configure is: ../gcc/configure --prefix=/Users/ed/bin-4.3 --enable-languages=c,c++,objc,obj-c++,fortran,treelang
I do a search in the build directory and find: MacOSX:~/obj-4.3 ed$ find . -name libgcc_s.10.4.\* ./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 the library exists. I've tried setting DYLD_LIBRARY_PATH to one of these locations and still no dice. I've noticed three libraries: MacOSX:~/obj-4.3 ed$ ll powerpc-apple-darwin7.9.0/libgcc/*.dylib -rwxr-xr-x 1 ed ed 238008 19 Jan 23:35 powerpc-apple-darwin7.9.0/libgcc/libgcc_s.1.dylib -rwxr-xr-x 1 ed ed 9468 19 Jan 23:35 powerpc-apple-darwin7.9.0/libgcc/libgcc_s.10.4.dylib -rwxr-xr-x 1 ed ed 9936 19 Jan 23:35 powerpc-apple-darwin7.9.0/libgcc/libgcc_s.10.5.dylib I don't know if this helps but the 10.4 *and* the 10.5 look fishy. Ed -- Summary: Bootstrap fails on building libstdc++: can't find file for: -lgcc_s.10.4 Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: 3dw4rd at verizon dot net GCC build triplet: powerpc-apple-darwin7.9.0 GCC host triplet: powerpc-apple-darwin7.9.0 GCC target triplet: powerpc-apple-darwin7.9.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34881