On Fri, Jun 21, 2002 at 04:59:27PM +0800, Peter wrote:
> Hi,
>  trying to configure a program I get the following message and .configure 
> stops.
> 
> checking for C compiler default output... configure: error: C compiler cannot 
> create executables
> 
> What has to be done to correct this?

Do this:

% echo "int main(void) { return 1; }" > foo.c && gcc foo.c -o foo ; ./foo

If you get any errors check for your gcc installation.

Elias  

-- 
http://gnewtellium.sourceforge.net                      MP3 is not a crime.     
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to