Re: Installing DLLs on Cygwin

2014-09-29 Thread Peter Rosin
On 2014-09-28 16:50, Mike Gran wrote: > >> 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

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. _

Re: Installing DLLs on Cygwin

2014-09-28 Thread Peter Rosin
On 2014-09-28 10:17, Marco Atzeri wrote: > On 28/09/2014 03:51, Mike Gran wrote: >> Hello Libtool, >> >> I was lead to believe that if I use libtool to install >> a dll created on Cygwin using automake with a lib_LTLIBRARIES >> rule, that libtool would install the dll in /usr/bin and the >> linker

Re: Installing DLLs on Cygwin

2014-09-28 Thread Marco Atzeri
On 28/09/2014 03:51, Mike Gran wrote: Hello Libtool, I was lead to believe that if I use libtool to install a dll created on Cygwin using automake with a lib_LTLIBRARIES rule, that libtool would install the dll in /usr/bin and the linker and convenience libraries in /usr/lib. but I can't seem t

Re: Installing DLLs on Cygwin

2014-09-27 Thread Peter Rosin
On 2014-09-28 03:51, Mike Gran wrote: > Hello Libtool, > > I was lead to believe that if I use libtool to install > a dll created on Cygwin using automake with a lib_LTLIBRARIES > rule, that libtool would install the dll in /usr/bin and the > linker and convenience libraries in /usr/lib. but I ca

Installing DLLs on Cygwin

2014-09-27 Thread Mike Gran
Hello Libtool, I was lead to believe that if I use libtool to install a dll created on Cygwin using automake with a lib_LTLIBRARIES rule, that libtool would install the dll in /usr/bin and the linker and convenience libraries in /usr/lib. but I can't seem to get it to work. For example the libto