1834200 Members
3117 Online
110066 Solutions
New Discussion

GCC installation issues

 
karthiknarayan
Advisor

GCC installation issues

Hi,

I ma trying to install GCC on HP-UX 11.11.but it fails after configure. Below are the steps i did
#./configure
#gmake
cd ../gcc
gmake[2]: *** No rule to make target `all'. Stop.

Can someone tell me the steps to install gcc on HP-UX
In Love with Life
1 REPLY 1
Steven Schweda
Honored Contributor

Re: GCC installation issues

Are you starting with a source kit? If so,
you might try the procedure described in the
installation instructions:

http://gcc.gnu.org/install/

http://gcc.gnu.org/install/configure.html

http://gcc.gnu.org/install/build.html

[...]

Note (from configure.html):

First, we highly recommend that GCC be built
into a separate directory than the sources
which does not reside within the source tree.


> Below are the steps i did

No, those are the steps after you got some
kind of kit from somewhere, unpacked it
somewhere, and did a "cd" to somewhere, none
of which you've described. If you want
useful advice, it helps to describe
accurately what you have done.