zsh-workers
 help / color / mirror / code / Atom feed
* ZSH compilation issue
@ 2001-08-22 17:59 Gustavo
  2001-08-22 21:33 ` Clint Adams
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo @ 2001-08-22 17:59 UTC (permalink / raw)
  To: zsh-workers

Hello!
I wanted to try out your ZSH program, so I downloaded the source.

The compilation process began nicely, since my system is nothing of uncommon
(Debian GNU/Linux on a i686), until make stopped with the following message:

init.o: In function `init_term':
init.o(.text+0xc37): undefined reference to `tgetent'
init.o(.text+0xcd8): undefined reference to `tgetstr'
init.o(.text+0xd5c): undefined reference to `tgetflag'
init.o(.text+0xd6e): undefined reference to `tgetnum'
init.o(.text+0xd83): undefined reference to `tgetnum'
prompt.o: In function `tsetcap':
prompt.o(.text+0x150c): undefined reference to `tputs'
prompt.o(.text+0x154d): undefined reference to `tputs'
prompt.o(.text+0x1586): undefined reference to `tgetnum'
collect2: ld returned 1 exit status
make[1]: *** [zsh] Error 1
make: *** [all] Error 1

Since I am not a user of your mailing list, I would appreciate if you could
mail me directly a tip on how I may fix this problem.

Thank you for your time.

--
Gustavo Laboreiro
l11521@alunos.uevora.pt


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

* Re: ZSH compilation issue
  2001-08-22 17:59 ZSH compilation issue Gustavo
@ 2001-08-22 21:33 ` Clint Adams
  0 siblings, 0 replies; 2+ messages in thread
From: Clint Adams @ 2001-08-22 21:33 UTC (permalink / raw)
  To: Gustavo; +Cc: zsh-workers

> prompt.o(.text+0x1586): undefined reference to `tgetnum'
> collect2: ld returned 1 exit status
> make[1]: *** [zsh] Error 1
> make: *** [all] Error 1
> 
> Since I am not a user of your mailing list, I would appreciate if you could
> mail me directly a tip on how I may fix this problem.

As root, run

apt-get install libncurses-dev

You might also want to install yodl, texinfo, groff-base, groff, texi2html, libcap-dev,
and bsdmainutils.

For that matter, you could just install the zsh package.


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

end of thread, other threads:[~2001-08-22 21:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-22 17:59 ZSH compilation issue Gustavo
2001-08-22 21:33 ` Clint Adams

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).