This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [patch] auto-import-dll libtool related patch


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]