$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost lib search path
From: Trevor Harmon (Trevor.W.Harmon_at_[hidden])
Date: 2010-04-06 17:28:15
On Apr 6, 2010, at 1:36 PM, mh00219_at_[hidden] wrote:
> I am using boost header files in my program. I need to compile it
> using gcc 4.3.4. but I dont know how to give the search paths of
> boost libraries to my linker. please reply me with answers.
Use gcc's -L parameter.
Trevor