Boost logo

Boost-Build :

Subject: Re: [Boost-build] Boost.Build Darwin issues.
From: Igore Dmit. (trueorca_at_[hidden])
Date: 2010-02-22 08:28:25


2010/2/22 Vladimir Prus <ghost_at_[hidden]>
>
> Are you sure you have up-to-date version? I think that we pass -S and -x to
> strip
> for quite a long time, specifically since:
>
>
> ------------------------------------------------------------------------
> r49063 | vladimir_prus | 2008-09-30 10:17:56 +0400 (Tue, 30 Sep
> 2008) | 2 lines
>
> Use strip -S -x for stripping.
>
> Later commit makes strip only invoked with explicit strip=on
>
>
http://www.boost.org/doc/tools/build/index.html
boost-build-2.0-m12.zip
/tools/darwin.jam:
...
actions link bind LIBRARIES
{
    ....
    $(NEED_STRIP)strip $(NEED_STRIP)"$(<)"
}

timestamp.txt in the root of B.B package contains:
SVN Revision 39625
Sun Sep 30 23:12:47 MSD 2007

> Darwin tool specifies 2 flags to use with gcc. First of them is always
> > "unrecognized", second is unrecognized with gcc4.4 and gcc4.5 (didn't
> check
> > 4.3).
>
>

Sorry, which are those? I believe this is also fixed quite some time.
>

flags darwin.compile OPTIONS : -Wno-long-double -no-cpp-precomp ;

> Could you try the nightly build from http://boost.org/boost-build2 and see
> if
> it works better for you?
>
>
I will try it.

> Thanks,
>
> --
> Vladimir Prus
> http://vladimir_prus.blogspot.com
> Boost.Build: http://boost.org/boost-build2
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost-build
>



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk