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
> "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
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