Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Module depndencies problem (fails on Linux at least)
- X-seq: zsh-workers 16263
- From: Andrej Borsenkow <arvidjaar@xxxxxxx>
- To: ZSH Workers Mailing List <zsh-workers@xxxxxxxxxx>
- Subject: Module depndencies problem (fails on Linux at least)
- Date: Sun, 18 Nov 2001 10:57:20 +0300
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: Andrej.Borsenkow@xxxxxxxxxxxxxx
Yesterday I wrote patch that automatically adds module dependencies at
compile time just to find out that under Linux (Mandrake cooker,
glibc-2.2.4, gcc-2.96 as modified by Mandrake) shared object can't have
unresolved data references else dlopen() fails. In case of zftp/tcp it
appears to work, but e.g. loading of complist (that is done as the very
first in my ~/.zshrc) fails due to large number of references to
external variables.
Which meas that 'dlopen it and get list of dependencies' won't work
until huge part of Zsh has been rewritten to not require direct access
to external variables. Something I welcome wholeheartedly but do not
dare to undertake :-)
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author