This is the mail archive of the gcc-help@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: gcc-2.95.2 build problem on HP-UX 10.20


On Jun 11, 2001, "Biju Arjunan" <bijuarjunan@lycos.com> wrote:

> make[2]: Entering directory `/home/bijua/gcc-2.95.2/GCC/hppa1.1-hp-hpux10.20/libf2c/libU77'
> make[2]: *** No rule to make target `all'.  Stop.

Looks like the Makefile in this directory didn't get created.  Remove
hppa1.1-hp-hpux10.20/libf2c and try again.  If it fails, odds are that
your sed is broken.  IIRC, HP-UX's sed isn't always able to handle the
sed scripts created by configure scripts, and you need a better sed,
such as GNU sed.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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