Hi List,
I’m running Fedora 17 64-bit on a Dell Inspiron laptop.
LLVM is v3.1, clang is v3.0, gcc is v4.7.2
My input file named testr001.cpp is:
#include
using namespace std;
int main()
{
}
When compiled with
g++ testr001.cpp
there is no problem.
When compiled with
clang++ testr001.cpp
I get the following message: