> 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

Reply via email to