[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Crash with libtool geneated import *.libs for dll(s) in MSVC++ Relea
From: |
Francesco Pretto |
Subject: |
Re: Crash with libtool geneated import *.libs for dll(s) in MSVC++ Release target (Debug OK) |
Date: |
Sat, 2 Apr 2011 14:24:24 +0200 |
2011/4/2 Ralf Wildenhues <address@hidden>:
>
> IIUC this is a bug in dlltool, and exposed by using libtool because that
> invokes dlltool, right?
So you say libtool can act as a wrapper for dlltool? Didn't know,
sorry. There were a general confusion of users/devs of ffmpeg for
Windows and I think we all assumed that it was libtool to generate
libs interfaces, while it seems now that it was dlltool. In fact now I
realize that the command line I pointed to you has parameters
compatible with dlltool (and a big $(DLLTOOL) in front of)...
> Has there been any analysis of the nature of
> the dlltool bug?
Not yet.
> We should get that reported to the binutils developers
> so it can be fixed upstream.
>
Please, can you point me the correct place where I should report this problem?
I see two options:
- dlltool says to report bugs to http://www.sourceware.org/bugzilla/ ;
- address@hidden .
Thanks,
Francesco