bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Libtool and Windows


From: Simon Josefsson
Subject: Libtool and Windows
Date: Fri, 14 Jul 2006 11:33:14 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]