libtool
[Top][All Lists]
Advanced

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

Re: linking with extern DLLs under Cygwin


From: Denis Chancogne
Subject: Re: linking with extern DLLs under Cygwin
Date: Wed, 23 Jan 2008 10:14:01 +0100

Peter Rosin wrote:

> It is not terribly hard to create those import libraries semi-
> manually. dlltool can do most of the work. Is that not an
> option for you?

That or simply a symlink libfoo.dll.a -> ../bin/cygfoo-n.dll.

In the official Cygwin distro all devel packages contain import libs, so
I'd consider this a bug in the ICU package if it can't generate one.
One can be created as a side effect of linking the DLL simply by adding
-Wl,-out-implib,libfoo.dll.a.

Brian

Thanks a lot for your quick response, I understand, this patch would do
nothing interesting and is dangerous.

Denis


reply via email to

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