This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Installing GCC 3.1.1


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]