This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Problem building egcs-1.1a on RH5


Hi,

I can't figure out why egcs-1.1a is not installing correctly.
Most of egcs builds fine on my RH5 Linux Intel system.
But, the build does not succeed for something called "ginfo"
due to unsatisfied external references for routines like
'tputs', 'tgoto', etc used in terminal.o. I haven't been 
able to find these routines anywhere. This failure seems
to be affecting following parts of the installation, so I need
to solve this problem first. Any help appreciated.

Thanks,
Charlie

My build directory for egcs-1.1a is /usr/foo
/usr/foo/texinfo/info ROOT# uname -a
Linux z 2.0.32 #1 Wed Nov 19 00:46:45 EST 1997 i686 unknown
/usr/foo/texinfo/info ROOT# make
terminal.o: In function `terminal_begin_using_terminal':
gcc -g -O2  -o ginfo  dir.o display.o doc.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 ../lib/libtxi.a 
../intl/libintl.a -lz
terminal.o: In function `terminal_begin_using_terminal':
/usr/egcs-1.1a/texinfo/info/terminal.c:139: undefined reference to
`tputs'
/usr/egcs-1.1a/texinfo/info/terminal.c:148: undefined reference to
`tputs'
terminal.o: In function `terminal_end_using_terminal':
/usr/egcs-1.1a/texinfo/info/terminal.c:169: undefined reference to
`tputs'
/usr/egcs-1.1a/texinfo/info/terminal.c:178: undefined reference to
`tputs'
terminal.o: In function `terminal_goto_xy':
/usr/egcs-1.1a/texinfo/info/terminal.c:232: undefined reference to
`tgoto'
/usr/egcs-1.1a/texinfo/info/terminal.c:232: undefined reference to
`tputs'
terminal.o: In function `terminal_clear_to_eol':
/usr/egcs-1.1a/texinfo/info/terminal.c:272: undefined reference to
`tputs'
terminal.o: In function `terminal_clear_screen':
/usr/egcs-1.1a/texinfo/info/terminal.c:284: undefined reference to
`tputs'
terminal.o: In function `terminal_up_line':
....

--
Charlie Zender      Voice: (303) 497-1612, FAX: 497-1324 
NCAR ACD & CGD     E-mail: zender@ncar.ucar.edu
P.O. Box 3000         URL: http://www.cgd.ucar.edu/cms/zender
Boulder CO 80307-3000 PGP: finger -l zender@odin.cgd.ucar.edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]