Subject: cannot build cross toolchain under linux
To: None <tech-toolchain@netbsd.org>
From: Christian Groessler <cpg@aladdin.de>
List: tech-toolchain
Date: 02/03/2003 21:44:12
Hi,

./build.sh -m i386 tools

fails in tools/texinfo:

.
.
.
cc  -O   -o ginfo  dir.o display.o dribble.o  echo-area.o filesys.o footnotes.o  gc.o indices.o info-utils.o  info.o infodoc.o infomap.o  m-x.o man.o nodemenu.o nodes.o  search.o session.o signals.o  terminal.o tilde.o variables.o  window.o doc.o key.o  ../lib/libtxi.a 
terminal.o(.text+0x40): In function `terminal_begin_using_terminal':
: undefined reference to `tputs'
terminal.o(.text+0x89): In function `terminal_begin_using_terminal':
: undefined reference to `tputs'
terminal.o(.text+0x101): In function `terminal_end_using_terminal':
: undefined reference to `tputs'
terminal.o(.text+0x14a): In function `terminal_end_using_terminal':
: undefined reference to `tputs'
terminal.o(.text+0x1e0): In function `terminal_goto_xy':
: undefined reference to `tgoto'
... many more references to tputs etc.

This is on a Debian/i386 box.

regards,
chris