[Box Backup] Release Candidate 3

Stefan Norlin boxbackup@fluffy.co.uk
Sun, 19 Feb 2006 11:04:05 +0100


>> > checking for C++ compiler default output file name... configure:
>> error:
>> > C++ compiler cannot create executables
>> > See `config.log' for more details.

You seem to have some kind of problem with your g++
installation?

You have these lines in your config.log.

configure:1585: g++ conftest.cc >&5
g++: installation problem, cannot exec 'cc1plus': No such file or directory
configure:1588: $? = 1

If you search google for

g++: installation problem, cannot exec 'cc1plus': No such file or directory

you find all kinds of problem descriptions and solutions.

For example there is some symlink solution in this thread:

http://www.linuxquestions.org/questions/showthread.php?t=124961

Cheers,
Stefan