Boost logo

Boost-Build :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-11-26 11:40:09


----- Original Message -----
From: "Khidkikar, Sanket" <skhidkikar_at_[hidden]>

> Ok. By using make YACC=""
> I managed to circumvent the YACC problems.
> But, when I move my jam binary to $PATH/boost_1_25_1/ and do ./jam
> sBOOST_ROOT=. sTOOL="gcc"
> I get "memory fault (core dumped) " !!! (Aaah...these are the worst
> errors...no blinking diagnostic messages whatsoever!)
> Any suggestions ?

Well, yeah:

./jam -sBOOST_ROOT=. -sTOOLS=gcc
^ ^ ^

What you did tries to build the targets named "sBOOST_ROOT=." and
"sTOOL=gcc".

But since I can't reproduce your problem, I'd like very much to have that
output from adding the -d+5 option right after ./jam in your erroneous
invocation above, and additionally the stack backtrace I asked for. Jam
should /NOT/ be crashing.

 


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