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

Re: modules!??



Zefram wrote:
> We don't need to know the exact list of symbols imported by each module.
> If we know which *modules* it references, all symbols in that module can

Of course AIX is an exception here too, as it always needs the exported
symbols list.  AIX can import symbols from the main binary as well as from
other modules without ifdefs, but each module and the main binary must have
an export list which has to be given to the linker whan a module imports
some symbols from that list.

Zoltan



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