%% maman yonatan <[EMAIL PROTECTED]> writes: my> I had a problem running configure on AIX 4.3 machine. my> I have used v. 3.80
my> the configure works fine, until the point it prompts my> the line my> "checking whether gcc and cc understand -c and -o my> together...:" my> and stucks. What does that mean? Does it hang forever? Does it print some message? Generally problems at this point mean you don't have a C compiler installed, or the configure script can't make it work properly. You can look at the config.log file for a full log. However, this is not a GNU make problem: you must have a working C compiler before you can compile GNU make. You can try asking on a newsgroup such as gnu.utils.help, or on an AIX-specific list or newsgroup, and/or use Google to search for others with similar issues on AIX. -- ------------------------------------------------------------------------------- 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://lists.gnu.org/mailman/listinfo/help-make
