[patch] auto-import-dll libtool related patch

Ralf Habacker Ralf.Habacker@freenet.de
Sat Jan 25 22:38:00 GMT 2003


> Especially in libtool environments I have recognized that using the
> same dll more than one time occurs often because of the automatic
> dependency tracking.
>
I should add, that this problem only occurs when using the dll like an object
file not as a library.

gcc -o xx.exe <objectfiles> dll.dll dll.dll -> will fail without this patch

while
gcc -o xx.exe <objectfiles> -L. -ldll -ldll -> will not fail

Ralf



More information about the Cygwin-apps mailing list