Installing DLLs on Cygwin

2014-09-27 Thread Mike Gran
-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.org/cgit/guile-ncurses.git/tree/ncurses/Makefile.am Any ideas? -Mike Gran

Bash-specific performance by avoiding sed

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

Re: Cut a new release?

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

Setting bindir = libdir for MinGW

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