zsh-users
 help / color / mirror / code / Atom feed
* ZSH 4.0.2 make error in Redhat 7.0
@ 2001-07-23 13:30 Mikael Hansen
  2001-07-23 13:39 ` Andrej Borsenkow
  0 siblings, 1 reply; 2+ messages in thread
From: Mikael Hansen @ 2001-07-23 13:30 UTC (permalink / raw)
  To: zsh-users

Hi

I have a funny problem that I cannot solve.

It configures fine:

zsh configuration
-----------------
zsh version               : 4.0.2
host operating system     : i686-pc-linux-gnu
source code location      : .
compiler                  : gcc
preprocessor flags        : -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
executable compiler flags :  -Wall -Wno-implicit -Wmissing-prototypes -O2
module compiler flags     :  -Wall -Wno-implicit -Wmissing-prototypes -O2 -fPIC
executable linker flags   :   -s -rdynamic
module linker flags       :   -s -shared
library flags             : -ldl -lnsl -lm  -lc
installation basename     : zsh
binary install path       : /pack/zsh-4.0.2//bin
man page install path     : /pack/zsh-4.0.2//man
info install path         : /pack/zsh-4.0.2//info
functions install path    : /pack/zsh-4.0.2//share/zsh/4.0.2/functions

But the make complains:

gcc  -s -rdynamic -o zsh main.o  `cat stamp-modobjs`   -ldl -lnsl -lm  -lc
init.o: In function `init_term':
init.o(.text+0xc55): undefined reference to `tgetent'
init.o(.text+0xcd9): undefined reference to `tgetstr'
init.o(.text+0xd5a): undefined reference to `tgetflag'
init.o(.text+0xd6b): undefined reference to `tgetnum'
init.o(.text+0xd7c): undefined reference to `tgetnum'
prompt.o: In function `tsetcap':
prompt.o(.text+0x184e): undefined reference to `tputs'
prompt.o(.text+0x1890): undefined reference to `tputs'
prompt.o(.text+0x18cb): undefined reference to `tgetnum'
collect2: ld returned 1 exit status
make[1]: *** [zsh] Error 1
make[1]: Leaving directory `/pack/zsh-4.0.2/src/zsh-4.0.2/Src'
make: *** [all] Error 1

Does anyone have any suggestions?

Best regards
	Mikael Hansen

"We are Microsoft. You will be assimilated.
	Resistance is Futile."






^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: ZSH 4.0.2 make error in Redhat 7.0
  2001-07-23 13:30 ZSH 4.0.2 make error in Redhat 7.0 Mikael Hansen
@ 2001-07-23 13:39 ` Andrej Borsenkow
  0 siblings, 0 replies; 2+ messages in thread
From: Andrej Borsenkow @ 2001-07-23 13:39 UTC (permalink / raw)
  To: Mikael Hansen, zsh-users

>
> gcc  -s -rdynamic -o zsh main.o  `cat stamp-modobjs`   -ldl -lnsl -lm  -lc
> init.o: In function `init_term':
> init.o(.text+0xc55): undefined reference to `tgetent'


Have you installed termcap-devel or ncurses-devel (or how they are called in
RedHat)?

Arguably, zsh should abort configure if these are not found.

-andrej


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-23 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-23 13:30 ZSH 4.0.2 make error in Redhat 7.0 Mikael Hansen
2001-07-23 13:39 ` Andrej Borsenkow

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).