$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] setup the environment variable correctly on OS X 10.4
From: Vladimir Prus (ghost_at_[hidden])
Date: 2009-04-01 13:23:37
On Wednesday 01 April 2009 17:01:56 norman wrote:
> But, I would like to know what do I need to do to setup the
> environment variable correctly so that I don't need to
> specify -I /Path/to/Boost when compiling.
>
> Do I have to update my:
>
> $ vim ~/.profile
>
> DYLD_LIBRARY_PATH=
> export DYLD_LIBRARY_PATH
>
> What should be the correct way to do this?
Well, that's not a really Boost.Build question, I think. 'man gcc'
will probably tell what variable can be used to specify include
paths, it's C_INCLUDE_PATH and CPP_INCLUDE_PATH for me.
- Volodya