This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
G++
- From: Matus Petrulak <mattisso at host dot sk>
- To: gcc at gnu dot org
- Date: Sat, 03 Aug 2002 20:09:24 +0200
- Subject: G++
- Reply-to: mattisso at host dot sk
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