> checking whether the C++ compiler (gcc ) works... no
[...]
> It surprised me because I can compile the kernel without any problems.
This is no surprise: A C++ compiler is not required for kernel
compilation. Please put the text
int main()
{}
into a file (say, hello.cc), and then compile it with
g++ -o hello hello.cc
if that gives you any error message, you probably need to install the
C++ compiler. If that works, you need to look at config.log to see
what the error was.
Regards,
Martin
- C++ compiler cannot create executables Pierre Morel
- Martin v. Loewis
