
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. Thanks in advance, Gianluca ----- Original Message ----- From: "David Abrahams" <dave@boost-consulting.com> To: <boost@lists.boost.org> Sent: Thursday, June 30, 2005 2:37 PM Subject: Re: [boost] Bjam stops
"Gianluca Spm" <gianlucaspm@hotmail.com> writes:
Hi to all,
I'm running bjam 3.1.10 after building and installing the Boost library, I want to rebuild a single library (e.g. serialisation, or whatever: it's the same), if I type
bjam -qad2 -sTOOLS=gcc --with-serialisation
Jam starts, parses its configuration files and after about 20 seconds writes "found [n] targets..." where n is a number (e.g. 342) and then stops instead of beginning the new build as usually does, what's my mistake?
I'm not sure bjam supports that compressed option format. Did you try
bjam -a -q -d2 ...
?? -- Dave Abrahams Boost Consulting www.boost-consulting.com
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost