[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 dynamic links.
This is something that you will have to deal with in your Makefile or configure script, either using different rules in the makefile for the static and dynamic builds, or substituting a different libname at config.status time depending on the build type. Peter _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool