Re: Linking a lib with different shared and static names

2007-11-10 Thread Daniel Herring
On Thu, 8 Nov 2007, Peter O'Gorman wrote: [EMAIL PROTECTED] wrote: I'm trying to link to a library that uses different names for the static and shared versions. Example: libABC.so and libABCz.a Can someone suggest a way to express this to libtool? Just passing -lABC fails for static links;

Linking a lib with different shared and static names

2007-11-08 Thread dherring
Hi, I'm trying to link to a library that uses different names for the static and shared versions. Example: libABC.so and libABCz.a Can someone suggest a way to express this to libtool? Just passing -lABC fails for static links; -lABCz does the wrong thing on dynamic links. Thanks, Daniel

Re: Linking a lib with different shared and static names

2007-11-08 Thread Peter O'Gorman
[EMAIL PROTECTED] wrote: Hi, I'm trying to link to a library that uses different names for the static and shared versions. Example: libABC.so and libABCz.a Can someone suggest a way to express this to libtool? Just passing -lABC fails for static links; -lABCz does the wrong thing on