From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rahul Parasnis To: gcc-help@gcc.gnu.org Subject: Summary Re: gcc 2.95 on HPUX10.20(2) Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <00Feb10.155639jst.130931@tkfwbw1.clj.co.jp> X-SW-Source: 2000-q1/msg00232.html Message-ID: <20000401000000.5acCaEVD-Az_JghH-Ri1TYsFnhXDdN80zC4xZnTvv94@z> Finally I could install gcc2.95.2 on HPUX10.20 I was able to compile Bison1.25 binutils 2.7 The Main Problem was make , When I used GNU Make everything went fine. I could compile with GNU Make 3.77 I have to install B1.28, flex4.5, GDB4.16 , binutils 2.9 and ofcourse gcc2.95.2 Thanks -Rahul Parasnis >Date: Mon, 07 Feb 2000 17:28:48 >To: gcc-help@gcc.gnu.org >From: Rahul Parasnis >Subject: Re: gcc 2.95 on HPUX10.20(2) > >Can Any one know how to deal with ld on HPUX 10.20 > >I will download flex and see but I still doubt whether I will be able to make bootstrap gcc2.95 on 10.20 . > >Has anyone done this before ? > >- Rahul Parasnis >>Sender: oliva@lsd.ic.unicamp.br >>To: Rahul Parasnis >>Subject: Re: gcc 2.95 on HPUX10.20 >>From: Alexandre Oliva >>Lines: 19 >>User-Agent: Gnus/5.0802 (Gnus v5.8.2) XEmacs/21.1 (Bryce Canyon) >>Date: Mon, 7 Feb 2000 16:56:33 +0900 >> >>On Feb 7, 2000, Rahul Parasnis wrote: >> >>> I have first tried compiling binutils 2.9.1 and then 2.8 but bith failed >>> because >> >>> Checking lex output file root... ./configure[1701]: lex : not found >> >>You'd have to install GNU flex or set some configure cache variables. >>In any case, this won't help, because GNU ld doesn't support HP/UX. >>HP/UX's ld should do. I've bootstrapped gcc myself on HP/UX 10.20. >> >>Please post the actual problem you're observing *to the mailing list*, >>and someone else may be able to help. I'm no HP/UX expert, anyway...