Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Modules under Cygwin



Andrej Borsenkow wrote:
>The import library is a regular UNIX-like .a library, but it only
>contains the tiny bit of information needed to tell the OS how your
>program interacts with ("imports") the dll. This information is linked
>into your .exe. This is also generated by dlltool.

This is a "stub library" in the terminology I've seen under Unix.
This is needed when linking (at compile time) against a shared library
(as we do with libzsh), but is *not* relevant to the modules themselves.
There we need dynamic symbol lookup (dlsym()).

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author