Rene Rivera wrote:

>Use:

>   bjam -sTOOLS=borland stage

>Or possibly:

>   bjam -sTOOLS=borland-5_6_4 stage

>Or perhaps you just made a mistake in typing in "Borland" instead of
>"borland" above?

I tried "borland", worked the same as "Borland" which I used before, but "borland-5_6_4" made a substantial difference.

Rene Rivera wrote:

>You need to add that directory to your library search path when linking
>your own programs.

I've added the C:\Boost\boost_1_33_1\libs to the "-L" library search path (only had the parent directory
previously).  But I still get:
Fatal: Unable to open file 'LIBBOOST_FILESYSTEM-BCB-S-1_33_1.LIB'
In examining the output from the bjam using borland-5_6_4, I now see references to "HardLink
stage\lib\libboost_filesystem-bcb56-s.lib", but no references to "libboost_filesystem-bcb-s-1_1_33_1.lib". 
I also see several "...skipped <@boost!lib>boost_filesystem-bcb56.lib for lack of
<@boost!lib>boost_filesystem-bcb56-1_33_1.lib..."
I'll attach all of the bjam output which I was able to trap.

Jerry Schreiber