[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Libtool and Windows
From: |
Simon Josefsson |
Subject: |
Re: Libtool and Windows |
Date: |
Wed, 19 Jul 2006 22:47:34 +0200 (CEST) |
User-agent: |
SquirrelMail/1.4.4 |
Please install. Thanks!
(A free grammar checker that works in emacs would be useful for me...)
> Mind if I install the attached patch on top of this?
>
> 2006-07-19 Derek R. Price <address@hidden>
>
> * gnulib.texi (Libtool and Windows): Eliminate passive voice.
> Correct grammar.
>
>
> Simon Josefsson wrote:
>> I installed this new section in the manual.
>>
>> /Simon
>>
>> 1.11 Libtool and Windows
>> ========================
>>
>> If you want it to be possible to cross-compile your program to MinGW
>> and you use Libtool, you need to put:
>>
>> AC_LIBTOOL_WIN32_DLL
>>
>> in your `configure.ac'.
>>
>> The effect of this is that the names of the `OBJDUMP', `DLLTOOL',
>> and `AS' tools are set up correct.
>>
>> If you are building a library, you will also need to pass
>> `-no-undefined' to make sure Libtool produce a DLL for your library.
>>>From a `Makefile.am':
>>
>> libgsasl_la_LDFLAGS += -no-undefined
>>
>>
>
>
> --
> Derek R. Price
> CVS Solutions Architect
> Get CVS support at Ximbiot <http://ximbiot.com>!
> v: +1 248.835.1260
> f: +1 248.835.1263
> <mailto:address@hidden>
>