
Hi, first of all I apologize for my lack of precision. 1) I'm using Boost under QNX 6.2.1 with QCC compiler which is gcc 2.95.3 using the Dinkumware STL. 2) Bjam has been compiled with GCC and is version 3.1.10 3) Boost version is 1_32_0 4) I got the Boost source at http://sourceforge.net/project/showfiles.php?group_id=7586 If I call bjam -sTOOLS=gcc --with-serialisation from the /tmp/boost_1_32_0 directory I have the mentioned behaviour, but if I call it from the /tmp/boost_1_32_0/libs/serialization/build directory works ok. Thanks in advance, Gianluca ----- Original Message ----- From: "Rene Rivera" <grafik.list@redshift-software.com> To: <boost@lists.boost.org> Sent: Saturday, July 02, 2005 7:53 PM Subject: Re: [boost] Bjam stops
Gianluca Spm wrote:
Sorry :-(,
but I think that's not the problem, I have trimmed away all options leaving only
bjam -sTOOLS=gcc --with-serialisation
and Bjam continues stopping. Now if I want to to rebuild a library already built I have to perform the clean install from scratch of ALL libraries deleting the bins, libs and included generated by the previous installation.
First, it's always good to mention what versions you are using/referring to. What's the bjam version? Where's the bjam executable from? (compiled, or downloaded) What's the version of Boost? And where did you get the Boost sources from?
Second, it all seems to work for me with the latest bjam and Boost (all from CVS). Specifically I tried, starting from a clean slate:
a) bjam -sTOOLS=vc-7_1 --builddir=C:\Boost\test --with-serialization
Works; Builds the serialization libs.
b) bjam -a -q -d2 -sTOOLS=vc-7_1 --builddir=C:\Boost\test --with-serialization
Works; Builds the serialization libs, and prints out the commands that is used to build. Even though it already built them.
c) bjam -qad2 -sTOOLS=vc-7_1 --builddir=C:\Boost\test --with-serialization
Works; Same as (b).
And third, are you really using "serialisation" instead of "serialization"? (note the "s" vs. "z") That discrepancy might explain your observed behavior.
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - Grafik/jabber.org
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost