Re: multi-language-branch of libtool

2000-04-18 Thread Ossama Othman
Hi, On Mon, Apr 17, 2000 at 11:08:37PM -0700, Tom Tromey wrote: > > "Ted" == Ted Irons <[EMAIL PROTECTED]> writes: > > Ted> Does the multi-language-branch of libtool > Ted> work with autoconf-2.13 and automake-1.4? > > I haven't tried it, but I don't see why it wouldn't. > I think Alexandre

Re: Multiple compile of C files

2000-04-18 Thread Tom Tromey
> "Mike" == Mike Perry <[EMAIL PROTECTED]> writes: Mike> Also, I need to support OS's like Linux and Solaris, that put Mike> their threaded functions in libpthread, and only require one Mike> library to be built. Mike> Any ideas? I've spent a good amount of time pouring over the Mike> automa

Multiple compile of C files

2000-04-18 Thread Mike Perry
Hi, I'm working on a library that uses pthread functions both normally and through dlopen to be MT-safe. Unfortunately, some OS's (Free/OpenBSD) have a backwards thread implementation where threadsafe libraries are named libXXX_r.so, and there is no libpthread (pthread functions are usually foun