Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problems compiling zsh-3.1.6-pws-13 on AIX4.3
- X-seq: zsh-users 2827
- From: Bernd Eggink <eggink@xxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxxxxxx>
- Subject: Problems compiling zsh-3.1.6-pws-13 on AIX4.3
- Date: Tue, 4 Jan 2000 14:44:36 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
I tried to make zsh-3.1.6-pws-13 using IBM's cc in two different
flavours:
1. With dynamic loading enabled. This compiles fine, but the generated zsh
complains about not being able to find libzsh-3.1.6-pws-13.so. Copying this
library from /usr/local/lib to /usr/lib doesn't help much - zsh now dies
immediately with error 4.
2. With --disable-dynamic. The output of 'make' ends with these lines:
----------------------------------------
cc -qlanglvl=ansi -c -I. -DHAVE_CONFIG_H -O -o hashtable.o hashtable.c
"/usr/include/rpcsvc/ypclnt.h", line 99.31: 1506-310 (I) The type "struct dom_binding" was introduced in a parameter list, and will go out of scope at the end of the function declaration or definition.
cc -qlanglvl=ansi -c -I. -DHAVE_CONFIG_H -O -o hist.o hist.c
srcdir='.' MODBINS='modules-bltin' XMODCF='./xmods.conf' /bin/sh ./mkbltnmlst.sh bltinmods.list
ERROR: linked-in module `zsh/zutil' depends on `complete'
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 2.
Stop.
make: The error code from the last command is 1.
Stop.
----------------------------------------
Hm. Any ideas / patches?
Regards,
Bernd
--
Bernd Eggink
Regionales Rechenzentrum der Uni Hamburg
eggink@xxxxxxxxxxxxxx
http://www.rrz.uni-hamburg.de/eggink/BEggink.html
Messages sorted by:
Reverse Date,
Date,
Thread,
Author