libtool
[Top][All Lists]
Advanced

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

Re: mingw and dlls


From: Bob Friesenhahn
Subject: Re: mingw and dlls
Date: Mon, 19 Feb 2007 10:38:23 -0600 (CST)

On Mon, 19 Feb 2007, Mike Frysinger wrote:

is it right that i expect libtool to produce .dlls for my library when
targetting mingw ?  if so, what sort of information should i post to track
down why i'm only getting a static archive ?

ive tested libtool 1.5.22 and 1.5.23b ... during configure, the output says
that static and shared libs are supported for the mingw32 target and it says
that the detected library loading method is Win32 ...

Did you use

AC_LIBTOOL_WIN32_DLL

or

LT_INIT([win32-dll])

In configure.ac to indicate that the package is prepared to build win32 DLLs?

Also, are you passing '-no-undefined' to libtool via the per-library LDFLAGS? This last step is vitally important.

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/





reply via email to

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