Boost logo

Boost Users :

Subject: Re: [Boost-users] Building on OS X
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-02-09 10:21:58


AMDG

Stuart Dootson wrote:
> I'll give that a try - thanks.
>
> On Mon, Feb 9, 2009 at 1:07 AM, Orhun Birsoy <orhunbirsoy_at_[hidden]> wrote:
>
>> Add the following line to your user-config.jam. It works like a charm.
>>
>> using darwin : 4.2 ;
>>

You'll probably need to add the compiler executable.
Also, you should a three digit version.

using darwin : 4.2.1 : g++-4.2 ;

(e.g.)

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net