Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: completion
- X-seq: zsh-workers 8426
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: completion
- Date: Tue, 26 Oct 1999 15:17:54 +0200 (MET DST)
- In-reply-to: Oliver Kiddle's message of Tue, 26 Oct 1999 14:01:27 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Oliver Kiddle wrote:
> [ ... ] The errors I was getting from the C compiler were roughly as follows:
>
> /bin/cc -qlanglvl=ansi -s -o computil.so
> -bI:../../Src/Zle/compctl.exp
> ort -bI:../../Src/Zle/zle.export -bI:../../Src/zsh.export -emodentry
> computil..
> o ../../Src/modentry..o -lcurses -lm -lc
> 0706-317 ERROR: Unresolved or undefined symbols detected:
> Symbols in error (followed by references) are
> dumped to the load map.
> The -bloadmap:<filename> option will create a load map.
> incompfunc
> compwords
> compcurrent
> .ignore_suffix
> compprefix
> compsuffix
> .restrict_range
> .ignore_prefix
> .set_list_array
> .get_user_var
>
> [ ... ]
Aha. So it would mostly be a matter of cut'n'paste to stuff all the
symbols needed into those files (removing the dots, which seem to be
the prefix AIX puts before functions(?)). And maybe we could even do
some makefile magic to generate them automatically.
The `hasexport' seems to trigger only the `EXPIMP_' stuff in the makefiles.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author