Re: Defines dependent on static/dynamic build

2003-11-26 Thread alain . bonnefoy
On Tue, 25 Nov 2003, Gary V. Vaughan wrote: > | I seem to recall that libtool used to define something when compiling > | a shared library, but that this support was removed. Presumably this > | was because there was some other way to accomplish the same thing. > > I think you are thinking abou

Re: Defines dependent on static/dynamic build

2003-11-25 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Friesenhahn wrote: | With the latest CVS libtool (which is what I am using) I assume that I | can update the 'pic_flag' variable directly since libtool is not | written out until the end of the configure run. Hmmm. Maybe. libtool is generated by

Re: Defines dependent on static/dynamic build

2003-11-25 Thread Bob Friesenhahn
On Tue, 25 Nov 2003, Gary V. Vaughan wrote: > | I seem to recall that libtool used to define something when compiling > | a shared library, but that this support was removed. Presumably this > | was because there was some other way to accomplish the same thing. > > I think you are thinking about

Re: Defines dependent on static/dynamic build

2003-11-25 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bob Friesenhahn wrote: | I am faced with building some existing code that wants to have | __STATIC__ defined while building a static library, and __DYNAMIC__ | defined while building a shared library. Since only libtool knows | what it is doing and lib