This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

G++


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]