$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-01-23 08:13:11
> At that point I changed from compiling bjam with VC++7.1 to Borland. That
> cleared the startup crash!
>
> That worked for awhile, but last night the Borland compiled bjam crashed
at
> the end of the run. The last test message appears in the log file, but the
> final messages are missing:
Can you build with Borland with codeguard support enabled: that will at
least tell you where and why it crashed (at the expense of execution speed).
John.