$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] How to install boost 1_39 on itanium server
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-09-30 14:36:00
manish4gupta wrote:
>
> I ran in this way also.
>
> g++ -I /usr/include/boost_1_39 programe_name.cpp
If you have installed boost to /usr/local, as your prior
email say, then
/usr/include/boost_1_39
is clearly a wrong path. Can you please provide the *exact*
command you have used. You should copy-paste the command
directly from terminal.
Thanks,
Volodya