/usr/lib/./cygguile-ncurses-8.dll' || exit 0; fi
libtool: install: install -c .libs/libguile-ncurses.lai
/usr/lib/libguile-ncurses.la
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
The makefile for the code in question can be found here
http://git.savannah.gnu.
> My guess is that libguile-ncurses.la is a Libtool module. The move to ../bin
> does not happen for modules, if I remember correctly.
Thanks. Removing the -module from LDFLAGS fixed the install.
I guess '-module' does not mean what I think it means.
_
.xyz/2015/03/05/libtool-getting-rid-of-180000-sed-forks/
-Mike Gran
___
https://lists.gnu.org/mailman/listinfo/libtool
help me
> out ;)
You can check out the process at
https://www.gnu.org/prep/maintain/maintain.html#Distributions
I have never contributed to libtool, but, I've made official GNU
releases for other projects. So, feel free to hit me up if you have
any questions at all
still goes into $libdir/../bin,
which is /opt/bin instead of /opt/PROGRAM
In the context of an autotools-using build, there some way to force
libtool to install a DLL into $bindir when $bindir equals $libdir?
Thanks,
Mike Gran