Creating a shared object rather the a static library

2007-02-26 Thread Jeff Safier
Not using libtool, how would I create a shored object. automake seems to be defaulting to creating a static library Jeff Safier Cornell-Mayo Associates 600 Lanidex Plaza Parsipanny, NJ 07054 (973) 887-3069 ext. 119

Re: Creating a shared object rather the a static library

2007-02-26 Thread Peter O'Gorman
On Feb 27, 2007, at 8:13 AM, Jeff Safier wrote: Not using libtool, how would I create a shored object. automake seems to be defaulting to creating a static library To answer this question, it is necessary to know which platform and compiler you want to limit yourself to. Or you could use

Re: Creating a shared object rather the a static library

2007-02-26 Thread Russ Allbery
Jeff Safier <[EMAIL PROTECTED]> writes: > Not using libtool, how would I create a shored object. automake seems > to be defaulting to creating a static library Far and away the easiest answer to this question is "start using libtool," particularly if you're already using Automake, since all of t