On Tue, 29 Dec 2009, Bob Friesenhahn wrote:

tig$ eet
eet:/usr/local/lib/eina/mp/eina_chained_mempool.so: undefined symbol
'pthread_mutex_unlock'

Is -pthread also applied when the binary is built, or has it been lost?

-pthread should also be passed to any binary that uses a lib using pthread, even if the binary itself does not use pthread directly ?

If you compile a trivial hello-world type program with '-v -pthread', does the output show that an alternate libc or a threads library is being used?

I'll ask the guy who reported the problem

Thank you

Vincent Torri


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to