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]

Re: Problem building egcs-1.1a on RH5


Charlie Zender <zender@ncar.ucar.edu> writes:

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

Strange...  It shouldn't even have been built; texinfo/Makefile
redefines SUBDIRS to something that does not contain `info'.  What
does the command below print?

grep '^SUBDIRS' cd /usr/foo/texinfo/info/Makefile

I'd expect:

SUBDIRS = intl lib info makeinfo po util doc
SUBDIRS = intl lib makeinfo

The second definition is supposed to override the first.  Which
version of `make' are you running?

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil



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