> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 03, 2007 10:02 PM > To: [email protected] > Cc: [email protected] > Subject: Re: Boost + Stdcxx (results) > > > To compile the boost with stdcxx I have created .jam > files that need > > to be placed in %BOOST_ROOT%/tools/build/v1 directory. > > The new .jam files and diff file boost-base.jam.diff can be > found here: > > http://people.apache.org/~faridz/build/ > > Great! One thing I noticed in the gcc log below is that the > Boost infrastructure seems to be using g++ instead of gcc. > That needs to change, presumably in one of the .jam files, in > order to avoid linking with libstdc++, gcc's own > implementation of the C++ Standard Library, and causing ODR > violations at link or runtime. I've updated the gcc-stdcxx-tools.jam: http://people.apache.org/~faridz/build/gcc-stdcxx-tools.jam
[...] > > The diffs of that files can be found here: > > http://people.apache.org/~faridz/diffs/ > > Are these unified diffs? (They look like plain ones.) I've updated the all diffs to the unified format. Farid.
