I am entirely new to Boost. I used the following command:
bjam -sTOOLS=Borland stage
I got a large amount of output with lots of errors indicated, but I did get quite a bit created in C:\Boost\boost_1_33_1\bin\boost\libs. As I am currently interested in using the filesystem library, I attempted to build the simple_ls.cpp example file and got the following error on the link step:
ilink32 -D -ap -Tpe -x -Gn -v -LC:\CBuilderX\lib;C:\Boost\boost_1_33_1 c0x32.obj windows\Debug_Build\simple_ls.obj,C:\Boost\boost_1_33_1\libs\filesystem\windows\Debug_Build\simple_ls.exe,,cw32.lib import32.lib,,
Turbo Incremental Link 5.65 Copyright (c) 1997-2002 Borland
Fatal: Unable to open file 'LIBBOOST_FILESYSTEM-BCB-SD-1_33_1.LIB'
Is C++BuilderX supported by Boost, and if so, what is the proper command for bjam? Is there anything else I need to do in order to get the link to work? Thanks.
Jerry Schreiber