Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: modules!??
- X-seq: zsh-workers 3214
- From: <hzoli@xxxxxxxxxxxx> (Zoltan T. Hidvegi)
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh workers list)
- Subject: Re: modules!??
- Date: Thu, 5 Jun 1997 15:46:53 -0400 (EDT)
- In-reply-to: <13453.199706051911@xxxxxxxxxxxxxxxxxxxxxxx> from Zefram at "Jun 5, 97 08:11:30 pm"
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