Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh configure fails to notice curses missing headers
- X-seq: zsh-users 11913
- From: Daniel Qarras <dqarras@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: zsh configure fails to notice curses missing headers
- Date: Mon, 1 Oct 2007 09:44:08 -0700 (PDT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=JztgT/vMV2DI6tFE52OiKv63wk+uTZrDuhHyBhcUCVNHiV1gqXzL00BUCdVlN9hdDJmaT0umtHofHNeY+oB1VMHHNU7kYNa89BRp4Y/Nim9Am60MN4ixMldIoQUr7tTrqUBWdWdDHzlKwJZ0tmGgyRHO49u1uQbFpy2gQ0qdNpw=;
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
when compiling zsh from CVS on a Linux system without ncurses-devel
installed configure proceeds all ok but compilations fails with the
error below. After installing ncurses-devel and doing configure && make
compilation finished ok. Shouldn't configure catch this?
make[2]: Leaving directory `/tmp/zsh/Src'
rm -f zsh
gcc -s -rdynamic -o zsh main.o `cat stamp-modobjs` -ldl -lnsl -lm
-lc
utils.o: In function `gettempname':
utils.c:(.text+0x4106): warning: the use of `mktemp' is dangerous,
better use `mkstemp'
init.o: In function `init_term':
init.c:(.text+0x1195): undefined reference to `tgetent'
init.c:(.text+0x1257): undefined reference to `tgetstr'
init.c:(.text+0x1282): undefined reference to `tgetflag'
init.c:(.text+0x1293): undefined reference to `tgetflag'
init.c:(.text+0x12a4): undefined reference to `tgetnum'
init.c:(.text+0x12b5): undefined reference to `tgetnum'
prompt.o: In function `tsetcap':
prompt.c:(.text+0x4e7): undefined reference to `tputs'
prompt.c:(.text+0x548): undefined reference to `tputs'
prompt.c:(.text+0x5b5): undefined reference to `tputs'
prompt.c:(.text+0x5e5): undefined reference to `tgetnum'
prompt.c:(.text+0x62b): undefined reference to `tgetnum'
collect2: ld returned 1 exit status
make[1]: *** [zsh] Error 1
make[1]: Leaving directory `/tmp/zsh/Src'
make: *** [all] Error 1
zsh: exit 2 make
Thanks.
____________________________________________________________________________________
Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online.
http://smallbusiness.yahoo.com/webhosting
Messages sorted by:
Reverse Date,
Date,
Thread,
Author