bug-libtool
[Top][All Lists]
Advanced

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

bug#21445: LIBS not passed for creating a wrapper for cygwin/mingw


From: Damian Bogel
Subject: bug#21445: LIBS not passed for creating a wrapper for cygwin/mingw
Date: Wed, 9 Sep 2015 10:35:45 -0400

Hi,

It seems that whenever a wrapper executable is built for cygwin/mingw, libraries passed to libtool are ignored.

In my libtool there's a command:

# The wrapper executable is built using the $host compiler,
# because it contains $host paths and files. If cross-
# compiling, it, like the target executable, must be
# executed on the $host or under an emulation environment.
$opt_dry_run || {
  $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
$STRIP $cwrapper
}

and clearly there's something missing after cwrappersource. In my project, I'm currently just using sed to patch the libtool, but a variable like LTLIBS would be useful.


--
Best,
Damian

reply via email to

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