- Code: Select all
...
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
Salient portion of the log is this:
- Code: Select all
configure:1958: g++ conftest.cc >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:1961: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "dansguardian"
| #define PACKAGE_TARNAME "dansguardian"
| #define PACKAGE_VERSION "2.9.5.0"
| #define PACKAGE_STRING "dansguardian 2.9.5.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "dansguardian"
| #define VERSION "2.9.5.0"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2000: error: C++ compiler cannot create executables
See `config.log' for more details.
I just reinstalled G++ 4.0 using Synaptic today, and there weren't any errors that i recall.