$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] linking to serialization
From: er (erwann.rogard_at_[hidden])
Date: 2009-11-07 17:31:10
er wrote:
>
> A simple question : how do I tell XCode to load a particular library? My
> understanding was that a) I should specify the Linking Search Path in
> the build settings and b) adding the desired library to the project (Add
> to Project).
>
> Perhaps I'm wrong about b). Could someone please confirm?
>
> _______________________________________________
> Unsubscribe & other changes:
> http://listarchives.boost.org/mailman/listinfo.cgi/boost-build
>
This is no longer an issue.
The problem in my case is that I in /usr/local I did $ ./bjam --prefix =
~/some path
by ommitting the prefix and copying bin.v2 to ~some/path things follow
there.