This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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: libgcc_s.so.1 must be installed for pthread_cancel to work


* Mike Frysinger <vapier@gentoo.org>:

| > Whats, if glibc built with a compiler that doesn't have shared
| > libgcc_s.so and applications built with the same compiler too?

| your compiler is broken -- fix it
| -mike

I like these answers. :-)

gcc 4.x compiled with:

--enable-shared=libstdc++
--enable-static
--disable-debug
--enable-cpp
--enable-languages=c,c++
--enable-threads
--enable-symvers=gnu

This combination doesn't generate shared libgcc_s library, only static.

With this compiler glibc configure doesn't complains about the missing
libgcc_s library.

Now its clear libgcc_s.so required for modern glibc, the question is,
should I move to gcc list complaining, or glibc configure should check
for this "broken" gcc install?


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