libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtool and Mingw DLLs - bindir/libdir solution - requesting comments


From: Max Bowsher
Subject: libtool and Mingw DLLs - bindir/libdir solution - requesting comments
Date: Wed, 2 Oct 2002 14:09:32 +0100

I've thought of a way to reliably get bindir from a Makefile.
In libtool.m4, the command line to invoke libtool is defined - we can
add --bindir="$(bindir)" to it, so that libtool knows explictly what the
bindir is, even when overridden at 'make install' time.

Any comments welcome,

Max.


The background on why this is necessary:

Windows shared libraries are in 2 parts, the DLL (which should go in bindir)
and the import library (which should go in libdir). Without the above
workaround, libtool has no way of knowing where bindir is whilst installing
a shared library.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]