This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ compiler doesn't work
- To: vuqpham <vuqpham at hcmc dot netnam dot vn>
- Subject: Re: C++ compiler doesn't work
- From: Robert Lipe <robertlipe at usa dot net>
- Date: Wed, 5 Jan 2000 23:52:20 -0600
- Cc: gcc <gcc at gcc dot gnu dot org>
- References: <003601bf57ec$5cb99db0$3803a8c0@athome.com>
> I downloaded the gcc 2.95.2 pl1 for Sco 5. and install it sucessfully.
> ( just did an unzip & tar ).
Was this a binary kit you got from somewhere?
> checking whether the C++ compiler (g++ -s) works... no
> configure: error: installation or configuration problem: C++ compiler cannot
> create executables.
Look in config.log and see what the error is.
RJL