Re: pthreads in libtool'd shared library...

2004-11-02 Thread Ralf Wildenhues
* Chris Bowlby wrote on Mon, Nov 01, 2004 at 05:37:33PM CET: At 02:44 PM 10/31/2004, Ralf Wildenhues wrote: Try adding -no-undefined. Should fail at library link time then. This had no effect on the compiler, it still managed to compile with out issue. This seems to be a separate issue.

Re: pthreads in libtool'd shared library...

2004-11-01 Thread Chris Bowlby
At 02:44 PM 10/31/2004, Ralf Wildenhues wrote: Try adding -no-undefined. Should fail at library link time then. This had no effect on the compiler, it still managed to compile with out issue. Did you check that the `-pthread' option is really passed to the compiler? I don't have FreeBSD

Re: pthreads in libtool'd shared library...

2004-10-31 Thread Ralf Wildenhues
* Chris Bowlby wrote on Sun, Oct 31, 2004 at 02:42:51AM CET: Thanks for the help, but seemed to have no effect, I'm building this on a FreeBSD 4.10-STABLE box, with libtool version 1.5.8. I was not adding the -lc_r parameter itself, automake/configure did that for me during the compile

Re: pthreads in libtool'd shared library...

2004-10-30 Thread Ralf Wildenhues
* Chris Bowlby wrote on Fri, Oct 29, 2004 at 06:59:16PM CEST: Hi All, I've been building a standard library for an application that I'm working on and noticed that once I started to attempt to work in threads the linking stage seems to have dropped the link to libc_r.so, as shown in the

Re: pthreads in libtool'd shared library...

2004-10-30 Thread Chris Bowlby
At 04:09 PM 10/30/2004, Ralf Wildenhues wrote: Try using -pthread instead of adding -lc_r directly (who adds it?). If that's not the right answer, then it's because I'm stabbing in the very dark -- you do not state neither the Libtool version you use nor any slight detail about the system this