$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2008-05-20 23:56:19
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