Ove Kaaven wrote:
> > I'm wondering how to link the lib file with GCC under Linux so
calls to the
> > > DLL work under Linux.
> > This is EXACTLY what Winelib is supposed to do.
>
> Perhaps Winelib could use a "wine-implib" tool or something... or is such
> a tool already in the dllglue stuff that's part of the coveted elfdlls?
All you need is a .spec-file to specify the interface. Could be a
stripped down one (like the .def-files on windows). You cannot use
.lib-files because there format is not understood by the gnu toolchain.
However, someone could make a conversion utility from .lib to .spec...
Greetings Bertho