Re: Multiple compile of C files

2000-04-19 Thread Mike Perry
Thus spake Tom Tromey ([EMAIL PROTECTED]): > You can do this, but not with Automake 1.4. You need the development > Automake. Then you can write: Ok, I've got the latest autmake from CVS and have set up the conditional substitutions, but now I've got a bunch of warnings about "ignoring old co

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