
21 May
2008
21 May
'08
3:56 a.m.
On May 20, 2008, at 9:52 PM, Andrej van der Zee wrote:
I think it is related to my AIX installation or something (sorry for misusing the boost news group). Even the smallest program does not compile:
#include <iostream>
using namespace std;
int main (void) { cout << "Hello World!\n";
return 0; }
When running gcc main.cpp I some of the same errors as when compiling boost:
Yup, seems like an installation problem. Good luck! -- Noel