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