GCC Istallation
Claudio Bley
bley@cs.uni-magdeburg.de
Wed Feb 20 08:48:00 GMT 2002
>>>>> "Hans" == Gemperlein, Hans <Hans.Gemperlein@dlr.de> writes:
Hans> Sirs, I installed gcc-3.0.3 on a SGI Octane running IRIX
Hans> 6.5. No errors from make and make install.
Hans> Configuring any other installation however, eg. PLIP results
Hans> in:
Hans> checking whether the C++ compiler (CC ) works... no
Hans> configure: error: installation or configuration problem: C++
Hans> compiler cannot create executables.
Are you sure you build the C++ frontend ?
Hans> What can I do?
Look at the config.log file in order to determine what exactly went
wrong.
Try to compile a simple hello.c++ program manually:
$ g++ hello.c++ -o hello
Claudio
More information about the Gcc-help
mailing list