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

Re: PATCH: completion



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