Setting bindir = libdir for MinGW

2022-11-06 Thread Mike Gran
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

Re: Cut a new release?

2018-09-27 Thread Mike Gran
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

Bash-specific performance by avoiding sed

2015-03-09 Thread Mike Gran
.xyz/2015/03/05/libtool-getting-rid-of-180000-sed-forks/ -Mike Gran ___ https://lists.gnu.org/mailman/listinfo/libtool

Re: Installing DLLs on Cygwin

2014-09-28 Thread Mike Gran
> 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. _

Installing DLLs on Cygwin

2014-09-27 Thread Mike Gran
/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.