I have installed G++ 3.1 on my laptop runing Debian Linux 2.2 and i
tryed to compile simple aplication with it and it takes a very very long
time!!! More than 20 minutes. What should I do?
i executed: g++-3.1 test.cpp
file test.cpp:
#include <iostream>
using namespace std;
int main()
{
cout << "Hello.";
cout << "\n";
return 0;
}
Thanks for fast reply. Matis