Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
undefined symbol acceptlast
- X-seq: zsh-workers 8539
- From: Ollivier Robert <roberto@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: undefined symbol acceptlast
- Date: Thu, 4 Nov 1999 17:02:36 +0100
- Mail-followup-to: zsh-workers@xxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I'm using the anonymous server from Tanaka-san and rebuilt everything with
the following mymods.conf and I get one undefined symbol...
gcc -static -o zsh main.o `cat stamp-modobjs` -ltermcap -lm -lc
Zle/compcore.o: In function `do_completion':
Zle/compcore.o(.text+0x349): undefined reference to `acceptlast'
Zle/compresult.o: In function `do_ambig_menu':
Zle/compresult.o(.text+0x1eb9): undefined reference to `acceptlast'
gmake: *** [zsh] Error 1
mymods.conf
-=-=-
rlimits
zle
complete
compctl
stat
complist
-=-=-
acceptlast is only defined in Src/Zle/zle.export.
I configured it with the following:
CFLAGS="-O -pipe" LDFLAGS="-static" ./configure --disable-dynamic \
--with-zsh-secure-free
--
Ollivier ROBERT -=- Eurocontrol EEC/TEC -=- roberto@xxxxxxxxxxxxxx
The Postman hits! The Postman hits! You have new mail.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author