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: egcs 1.0.2 build fails on HPUX 9.05


Jerry Quinn writes:

> I used patch to update egcs 1.0 to 1.0.1 and then to 1.0.2.  I did make
> distclean before building.

The problem is that this updated some configure files, but not files
that are automatically generated from them.  One of the tools you need 
in order to use patches is GNU autoconf, that provides the
`autoheader' command.  If you get the tarball, you shouldn't need it.

> cd . && autoheader
> /bin/sh: autoheader: not found


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