Charles Wilson wrote:
Dave Korn wrote:
Only libtool knows about the DLL. Only the Makefile knows about the setting
of $bindir from configure. Currently however the Makefile only passes the
path to the output in $libdir. Therefore ISTM that the only correct solution
is to add a --bindir= option to libtool and modify automake or libtoolise to
ensure it gets passed by the makefiles when they invoke libtool.
Agreed. This is still on my TODO list for the cygwin version of
libtool, and (obviously) for eventual submission to upstream. However,
if somebody beats me to it, PTC.
Something like this? Untested as yet, I'm going to put it through a gcc
bootstrap cycle. Should I be worried about stripping any final slash off the
-bindir option to avoid inadvertent doubling-up when I append "/bin/...", do you
reckon?