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] | |
With current CVS, abi_check does not build anymore (on both i686-linux-gnu and x86_64-linux-gnu): /builds/gcc/misc/gcc/g++ -shared-libgcc -B/builds/gcc/misc/gcc/ -nostdinc++ -B/opt/gcc/3.4-devel/i686-suse-linux-gnu/bin/ -B/opt/gcc/3.4-devel/i686-suse-linux-gnu/lib/ -isystem /opt/gcc/3.4-devel/i686-suse-linux-gnu/include -isystem /opt/gcc/3.4-devel/i686-suse-linux-gnu/sys-include -include bits/stdc++.h -g -O2 -D_GNU_SOURCE -o abi_check abi_check.o -L/builds/gcc/misc/i686-suse-linux-gnu/libstdc++-v3/src -L/builds/gcc/misc/i686-suse-linux-gnu/libstdc++-v3/src/.libs -lm /builds/gcc/misc/i686-suse-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `pthread_create' /builds/gcc/misc/i686-suse-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `pthread_getspecific' /builds/gcc/misc/i686-suse-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `pthread_once' /builds/gcc/misc/i686-suse-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `pthread_key_create' /builds/gcc/misc/i686-suse-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so: undefined reference to `pthread_setspecific' collect2: ld returned 1 exit status make[4]: *** [abi_check] Error 1 Why is -lpthread not added anymore? I configured with: /cvs/gcc/configure --prefix=/opt/gcc/3.4-devel --disable-nls --enable-threads=posix --enable-clocale=gnu --enable-__cxa_atexit --enable-shared --enable-languages=c,c++,ada,treelang,java,f77,objc --with-system-zlib i686-suse-linux-gnu --with-gcc-version-trigger=/cvs/gcc/gcc/version.c Andreas -- Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |