$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] in the makefile, how to find/configure boost lib path and include path on different machines?
From: deqiang sun (deqiangs_at_[hidden])
Date: 2011-07-17 18:19:10
Hi all,
I am writing a small program depending on boost libs. However, my work environment unfortunately includes many computers with boost installed on different locations.
In such scenario, how should I write the makefile to make it correctly include headers and link to libs?
Thanks very much, DSUN