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: GCC Istallation


>>>>> "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


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