This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Installing GCC 3.1.1
- From: bjorn rohde jensen <bjensen at fastmail dot fm>
- To: Orozco Robert SrA 97 IS/SCBC <Robert dot Orozco at offutt dot af dot mil>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 11 Sep 2002 20:21:30 +0200
- Subject: Re: Installing GCC 3.1.1
- References: <2DC577D2E161D411885900508BAC5A970703DE6B@off-msexchg3.offutt.af.mil>
- Reply-to: bjensen at fastmail dot fm
Hi Orozco,
You need to have a functional C compiler for the configure
script to find in one of the default places, it will search.
This usually means having gcc or cc in the path. This ought
to be the case for most systems.
The error message from the configure script should not be
taken too literally, it basically means, that trying to
compile a C test program failed. You will have to look in the
config.log file to see, what actually went wrong. It could
be a lot of things.
Yours sincerely,
Bjorn