----Original Message----
From: Christopher Hulbert [mailto:[EMAIL PROTECTED]
Sent: Friday, June 23, 2006 3:53 PM
To: Francesco Calimeri
Subject: Re: Porting from linux/unix to windows - Libtool?

> On 6/23/06, Francesco Calimeri <[EMAIL PROTECTED]> wrote:
>> Just a question: is there a way to tell libtool the desired name of
>> the final .dll/.so? i mean... I get always some libMYLIB-0.dll, and I
>> need the libMYLIB.la in order to allow the program to find the
>> library at execution time; while if the name was libMYLIB.dll
>> (without the "-0") I could drop the libMYLIB.la file at all.
>> 
>> May anybody help me?
>> f
> 
> Try passing -avoid-version on the libtool link line (I put it in
> AM_LDFLAGS) 

GOSH, it was so easy -- sorry... :'(

but thanks a lot!

what about the rest? does it seem correct/useful?? :)

f



_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to