Hi,

I'm a happy libtool user but currently face a problem which I just can't
solve: I have to link a program against openldap libs (-lldap -llber)
and oracle libs (-lclntsh), but I must make sure the openldap libs
appear *before* the oracle lib.  Reason is that -lclntsh also contains
LDAP functions which are not compatible with the OpenLDAP ones I need to
use.

However whatever I do, libtool always puts the -lclntsh before the
-lldap.  Is there any way I can force it to preserve the order I gave in
my Makefile?

--nk

-- 
Norbert Kiesel <[EMAIL PROTECTED]>
TBD Networks



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to