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


All,

>
>> Where can I find GNU make??
>
>ftp://ftp.gnu.org/pub/gnu/make


I downloaded the gnu make from the above site and installed at  /home/bijua/make-3.79/make
set the path,

$ which make
/home/bijua/make-3.79/make
$ make bootstrap

cd ../../gcc; `if [ -f /home/bijua/gcc-2.95.2/GCC/gcc/../bison/bison ] ; then case ../../gcc in /*) echo /home/bijua/gcc-2.95.2/GCC/gcc/../bison/bison -L ../../gcc/../bison/ ;; *) echo /home/bijua/gcc-2.95.2/GCC/gcc/../bison/bison -L /home/bijua/gcc-2.95.2/GCC/gcc/../../gcc/../bison/ ;; esac; else echo bison ; fi`  -d -o c-parse.c c-parse.y
/bin/sh: bison:  not found.
make[2]: *** [../../gcc/c-parse.c] Error 127
make[2]: Leaving directory `/home/bijua/gcc-2.95.2/GCC/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/home/bijua/gcc-2.95.2/GCC/gcc'
make: *** [bootstrap] Error 2

Building is again failing as above,


Is anything else I have to do??

--Biju A




Get 250 color business cards for FREE!
http://businesscards.lycos.com/vp/fastpath/


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