%% "Bourne, Chris" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
