Protect against having no such command as 'cc'
authorHans Mulder <hansm@icgned.nl>
Mon, 12 May 1997 20:35:34 +0000 (16:35 -0400)
committerChip Salzenberg <chip@atlantic.net>
Thu, 15 May 1997 22:15:00 +0000 (10:15 +1200)
commit3bf198a5e20d135d4136d3233d58cf49a70772d9
treec9d316a77d25f10c9752ca8381c90a3be05af17e
parent7596f71a28f72f9e3abd6d3962d29a7752cd9303
Protect against having no such command as 'cc'

ilya@math.ohio-state.edu (Ilya Zakharevich) wrote:

>> At some stage Configure asks "Which memory models are supported?"
>> In order to find the default to this question, Configure compiles
>> and runs a little test program.  To compile this test program,
>> Configure uses straigt "cc", not "$cc", presumably because it
>> doesn't know $cc at that point (that's the next question).

>This is very suspicious, since I do not have cc at home (OS/2), but
>no failure of Configure happens.  Or did you imply that Configure just
>ignores the failure, or runs it on some platforms only?

It ignores the error.  On my unix box, I get a message

Configure: cc: not found

You could suppress that message with this patch:

p5p-msgid: 1997May12.163534.2006434@hmivax.humgen.upenn.edu
Configure.orig [new file with mode: 0755]
Configure.rej [new file with mode: 0644]