autotools hurts my brain; it's a monster out of control

Kevin Kofler kevin.kofler at chello.at
Fri Dec 5 20:34:59 UTC 2008


Richard W.M. Jones wrote:
> You also need to generate an implib on Windows, which requires an
> extra Windows-specific gcc option.

MinGW can actually link a DLL directly these days.

The problem is with directories: the executable wants the DLL in bin, but
the linker will only find it in lib. For this reason, and in some cases
also because of compatibility with M$VC, import libraries are usually still
used.

        Kevin Kofler




More information about the fedora-devel-list mailing list