$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: Stephan Menzel (stephan.menzel_at_[hidden])
Date: 2009-09-30 10:03:06
Hi,
On Wed, Sep 30, 2009 at 2:59 PM, manish4gupta <manish_at_[hidden]> wrote:
> g++ program_name.cpp -lrt
>
> It is showing error "No such file and directory" for every header file.
Did you try to specify an include path using -I ?
Stephan