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 -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list