[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Help with GNU Make
From: |
Paul D. Smith |
Subject: |
Re: Help with GNU Make |
Date: |
Fri, 6 Dec 2002 15:40:20 -0500 |
%% "Bourne, Chris" <address@hidden> writes:
bc> I am trying to install GNU make on Platform AIX v4.3.3, so I can
bc> build GCC. I have downloaded GNU Make 3.80. When I run configure
bc> it looks for gcc and cannot find because I haven't installed it
bc> yet.
The configure script must find a C compiler. You cannot compile GNU
make without a compiler.
It does not have to be GCC: you can use any C compiler. But you have to
have one.
bc> The install also talks about running build.sh but the only file I
bc> have that resembles that is called build.sh.in.
The build.sh script takes the place of make itself, if you don't already
have one. You still need a C compiler and you need to run configure
(the configure script will translate the build.sh.in into a build.sh
when it runs).
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist