From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8678 invoked from network); 26 Oct 1999 13:18:15 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Oct 1999 13:18:15 -0000 Received: (qmail 17873 invoked by alias); 26 Oct 1999 13:18:04 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8426 Received: (qmail 17866 invoked from network); 26 Oct 1999 13:18:04 -0000 Date: Tue, 26 Oct 1999 15:17:54 +0200 (MET DST) Message-Id: <199910261317.PAA13566@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: Oliver Kiddle's message of Tue, 26 Oct 1999 14:01:27 +0100 Subject: 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: 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@informatik.hu-berlin.de