From: hlu@yoda.eecs.wsu.edu (H.J. Lu) Subject: zsh and the shared lib Date: 28 Jun 1992 08:27:05 GMT
Hi,
I am having trouble to run zsh linked with the shared lib. It works
with the static verions. Could someone please compile it with -g and
link it with the shared lib? i.e.,
gcc -c -O2 -g ....
gcc -o zsh ........ # no -g during linking
and run gdb on it.
zsh # core dump
gdb zsh
or
gdb zsh
Please tell me where it dies.
BTW, you have to link zsh with -ltermcap.
Thanks.
H.J.