This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: Trouble bootstrapping...


Benjamin Kosnik wrote:
My bootstrap dies on this:
make[4]: Entering directory `/Users/ed/obj/powerpc-apple-darwin7.9.0/libstdc++-v3/include'
mkdir -p ./powerpc-apple-darwin7.9.0/bits/stdc++.h.gch
g++ -x c++-header -g -O2 -I/Users/ed/obj/powerpc-apple-darwin7.9.0/libstdc++-v3/include/powerpc-apple-darwin7.9.0 -I/Users/ed/obj/powerpc-apple-darwin7.9.0/libstdc++-v3/include -I/Users/ed/gcc/libstdc++-v3/libsupc++ -O2 -g -std=gnu++0x /Users/ed/gcc/libstdc++-v3/include/precompiled/stdc++.h \
-o powerpc-apple-darwin7.9.0/bits/stdc++.h.gch/O2ggnu++0x.gch
cc1plus: error: unrecognized option `-std=gnu++0x'

Hey Ed. See if you can work around this problem by disabling PCH files,
via configuring with


--disable-libstdcxx-pch

-benjamin

I tried that and got further but hit my recent nemesis :
.libs/libstdc++.lax/libsupc++convenience.a/pointer_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/pure.o .libs/libstdc++.lax/libsupc++convenience.a/si_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo.o .libs/libstdc++.lax/libsupc++convenience.a/tinfo2.o .libs/libstdc++.lax/libsupc++convenience.a/vec.o .libs/libstdc++.lax/libsupc++convenience.a/vmi_class_type_info.o .libs/libstdc++.lax/libsupc++convenience.a/vterminate.o -L/Users/ed/obj-dev/powerpc-apple-darwin7.9.0/libstdc++-v3/src -L/Users/ed/obj-dev/powerpc-apple-darwin7.9.0/libstdc++-v3/src/.libs -lm -Wl,-single_module -Wl,-flat_namespace -Wl,-exported_symbols_list -Wl,libstdc++-symbols.explist -install_name /Users/ed/bin-dev/lib/libstdc++.6.dylib -compatibility_version 7 -current_version 7.14 -Wl,-single_module
/usr/bin/ld: can't locate file for: -lgcc_s.10.4


I added my name to a PR on this.


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