Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 99879 invoked from network); 23 Mar 2007 19:50:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Mar 2007 19:50:26 -0000 Received: (qmail 61478 invoked by uid 500); 23 Mar 2007 19:50:23 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 61467 invoked by uid 500); 23 Mar 2007 19:50:23 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 61452 invoked by uid 99); 23 Mar 2007 19:50:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 12:50:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 12:50:15 -0700 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l2NJnrdO031720 for ; Fri, 23 Mar 2007 19:49:53 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 23 Mar 2007 13:49:45 -0600 Message-ID: <46042F63.8000308@roguewave.com> Date: Fri, 23 Mar 2007 13:49:55 -0600 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] Boost + stdcxx References: <46042BFB.3010207@epam.com> In-Reply-To: <46042BFB.3010207@epam.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Mar 2007 19:49:45.0601 (UTC) FILETIME=[68480710:01C76D84] X-Virus-Checked: Checked by ClamAV on apache.org Farid Zaripov wrote: > Attached is a new files for building the boost library with stdcxx. Excellent! Which version of Boost did you use? (The latest?) I'll give it a try on Solaris as soon as I get a chance and post my results. If you could post yours (i.e., the test logs), perhaps on your home page so as not to spam the list with large amounts of text, that would be great! Also, please remember to post links to any Boost issues you may have filed in the process of porting (e.g., the mbstate_t bugs). Thanks! Martin > > The .jam files should be placed in %BOOST_ROOT%/tools/build/v1. > > The boost-base.jam.diff is the patch file for the boost-base.jam file. > > The 2 environment variable should be defined before build: > > STDCXX_ROOT - is the root directory of the stdcxx > STDCXX_BUILD_PATH - is the build directory > > That variables can be exported of specified in the command line > using syntax -sNAME=value. > > Example of the command line which I've used: > > bjam --without-python -sSTDCXX_ROOT=/usr/src/stdcxx > -sSTDCXX_BUILD_PATH=/usr/src/stdcxx/build_12d -sTOOLS=gcc-stdcxx > -s"BUILD=release dynamic multi" stage > > For the regression test the command line the same, but without stage > parameter and invoked from status directory: > > cd status > bjam --without-python -sSTDCXX_ROOT=/usr/src/stdcxx > -sSTDCXX_BUILD_PATH=/usr/src/stdcxx/build_12d -sTOOLS=gcc-stdcxx > -s"BUILD=release dynamic multi" > > Farid. >