Boost logo

Boost-Build :

From: Misha Bergal (mbergal_at_[hidden])
Date: 2004-01-05 17:36:13


Sorry, if it is a duplicate posting (I seem to have problems posting to the
list through gmane)

Here is what I am getting with RC_1_31_0 and borland toolset:

--------------------------------------------------------
borland-Archive-action actions too long (max 2047):

IF EXIST

"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_reg
ex_extra.lib\borland-5.6.4\debug\threading-multi\libboost_regex_extra.lib"
DEL

"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_reg
ex_extra.lib\borland-5.6.4\debug\threading-multi\libboost_regex_extra.lib"
"C:\Progra~1\Borland\CBuilder6\bin\tlib" /P64 /u /a /C

"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_reg
ex_extra.lib\borland-5.6.4\debug\threading-multi\libboost_regex_extra.lib"

+"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_re
gex_extra.lib\borland-5.6.4\debug\threading-multi\c_regex_traits.obj"

+"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_re
gex_extra.lib\borland-5.6.4\debug\threading-multi\c_regex_traits_common.obj"

+"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_re
gex_extra.lib\borland-5.6.4\debug\threading-multi\cpp_regex_traits.obj"

+"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_re
gex_extra.lib\borland-5.6.4\debug\threading-multi\cregex.obj"

+"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_re
gex_extra.lib\borland-5.6.4\debug\threading-multi\fileiter.obj"

+"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_re
gex_extra.lib\borland-5.6.4\debug\threading-multi\posix_api.obj"

+"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_re
gex_extra.lib\borland-5.6.4\debug\threading-multi\regex.obj"

+"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_re
gex_extra.lib\borland-5.6.4\debug\threading-multi\regex_debug.obj"

+"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_re
gex_extra.lib\borland-5.6.4\debug\threading-multi\regex_synch.obj"

+"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_re
gex_extra.lib\borland-5.6.4\debug\threading-multi\w32_regex_traits.obj"

+"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_re
gex_extra.lib\borland-5.6.4\debug\threading-multi\wide_posix_api.obj"

+"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_re
gex_extra.lib\borland-5.6.4\debug\threading-multi\instances.obj"

+"H:\boost6\rc_1_31_0\results\bin\boost\libs\regex\test\captures\libboost_re
gex_extra.lib\borland-5.6.4\debug\threading-multi\winstances.obj"
---------------------------------------------------------

I've tried to modify Borland toolset and Boost.Build to be able to
produce the .cmd files required by TLIB (borland linker), which needs

+<file 1> +<file 2> ... +<file n>

on the same line or

+<file 1> &
+<file 2> &
...
+<file n-1> &
+<file n>

and failed :-(.

I would appreciate any help on the topic.

-- 
Misha Bergal
MetaCommunications Engineering
 

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