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

Re: 4.2.0-pre-3



On Fri, 2004-03-05 at 17:34, Peter Stephenson wrote:
> Ibraheem Umaru-Mohammed wrote:
> > On Fri, 2004-03-05 at 14:20, Peter Stephenson wrote:
> > > A few tweaks to try to stop everything falling to bits on AIX.
> > > In addition to --enable-pcre you now need --enable-cap to enable
> > > POSIX capabilities.
> > [...]
> > 
> > Hi,
> > 
> > I have tried using --enable-pcre coupled with --enable-cap, but still no
> > joy.
> 
> Sorry, I put that rather badly.  You are *not* supposed to turn those on
> on AIX, --enable-cap in particular since --enable-pcre was not a
> particular problem for AIX.  --enable-cap is there so that if you leave
> it turned off the shell should compile on AIX, just missing that module
> (which isn't required for normal use).
> 

Ah. My mistake. Thanks for clarifying. It appears to get a little
further, but still fails:

Target "complete.mdh" is up to date.
Updated `zutil.mdh'.
	rm -f stamp-modobjs.tmp
	echo '' builtin.o compat.o cond.o exec.o glob.o hashtable.o hist.o
init.o input.o jobs.o lex.o linklist.o loop.o math.o mem.o module.o
options.o params.o parse.o pattern.o prompt.o signals.o signames.o
string.o subst.o text.o utils.o watch.o >> ../Src/stamp-modobjs.tmp
	echo '' termcap.o | sed 's" " Modules/"g' >>
../../Src/stamp-modobjs.tmp
	echo '' terminfo.o | sed 's" " Modules/"g' >>
../../Src/stamp-modobjs.tmp
`stamp-modobjs' is up to date.
	rm -f zsh
	 /usr/vac/bin/cc -qlanglvl=ansi  -s  -o zsh main.o  `cat stamp-modobjs`
-bE:zsh.export  -liconv -ldl -lcurses -ltermcap -lm  -lc
ld: 0711-319 WARNING: Exported symbol not defined: dputs
ld: 0711-319 WARNING: Exported symbol not defined: zpathmax
Target "modentry..o" is up to date.
Target "complete.mdh" is up to date.
Updated `zutil.mdh'.
	/usr/vac/bin/cc -qlanglvl=ansi -c -I.  -DHAVE_CONFIG_H -DMODULE -O  -o
../../Src/modentry..o ../../Src/modentry.c
	rm -f cap.so
	/usr/vac/bin/cc -qlanglvl=ansi  -s -bM:SRE -o cap.so
-bI:../../Src/zsh.export -bE:cap.export -emodentry cap..o 
../../Src/modentry..o  -liconv -ldl -lcurses -ltermcap -lm  -lc 
	rm -f clone.so
	/usr/vac/bin/cc -qlanglvl=ansi  -s -bM:SRE -o clone.so
-bI:../../Src/zsh.export -bE:clone.export -emodentry clone..o 
../../Src/modentry..o  -liconv -ldl -lcurses -ltermcap -lm  -lc 
	rm -f datetime.so
	/usr/vac/bin/cc -qlanglvl=ansi  -s -bM:SRE -o datetime.so
-bI:../../Src/zsh.export -bE:datetime.export -emodentry datetime..o 
../../Src/modentry..o  -liconv -ldl -lcurses -ltermcap -lm  -lc 
ld: 0711-317 ERROR: Undefined symbol: .isident
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
make: The error code from the last command is 8.


Stop.
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 2.


Stop.


Am sorry that I can't offer direct access, company firewalls, policy and
such prohibit this.

Cheers,

			--ibraheem.



Messages sorted by: Reverse Date, Date, Thread, Author