|
List Info
Thread: borland link error
|
|
| borland link error |
  United States |
2007-10-20 00:25:48 |
Hi,
I just installed borland 5.8.2. First of all BB was not able
to figure it's
location out automatically. I had to add following line into
user-config
using borland : 5.8.2 :
C:\Compilers\Borland\BDS\4.0\Bin\bcc32.exe ;
Now it fails to link my unit tests:
borland.link
......bin.v2libstesttestalgorithms_test.testborland-
5.8.2debugalgorithms_test.exe
Error: Unresolved external 'std::basic_string<char,
std::char_traits<char>,
std::allocator<char> >::__nullref' referenced from
D:SOURCE
CODEBOOST-TRUNKBIN.V2LIBSTESTTESTALGORITHMS_TEST.TEST
BORLAND-5.8.2DEBUGALGORITHMS_TEST.OBJ
Error: Unresolved external 'std::basic_ostream<char,
std::char_traits<char>
>::operator <<(unsigned long)' referenced from
D:SOURCE
CODEBOOST-TRUNKBIN.V2LIBSTESTBUILDBORLAND-5.8.2DEBUG
LINK-STATICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-1_35.LIB|comp
iler_log_formatter
[... bunch of other iostream symbols]
set
"PATH=C:CompilersBorlandBDS4.0/bin/;%PATH%"
"C:CompilersBorlandBDS4.0Binbcc32.exe" -v -q
-v -v -tWD -tWC -tWR
-tWC -WM- -L"C:CompilersBorlandBDS4.0/lib"
-e"......bin.v2libstesttestalgorithms_test.test
borland-5.8.2debugalgorithms_test.exe"
"......bin.v2libstesttestalgorithms_test.
testborland-5.8.2debugalgorithms_test.exe.rsp"
Did BB missed iostream library?
Gennadiy
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|
|
| Re: borland link error |

|
2007-10-20 02:20:22 |
Gennadiy Rozental wrote:
> Hi,
>
> I just installed borland 5.8.2. First of all BB was not
able to figure
> it's location out automatically. I had to add following
line into
> user-config
>
> using borland : 5.8.2 :
C:\Compilers\Borland\BDS\4.0\Bin\bcc32.exe ;
>
> Now it fails to link my unit tests:
>
> borland.link
>
......bin.v2libstesttestalgorithms_test.testborland-
5.8.2debugalgorithms_test.exe
> Error: Unresolved external 'std::basic_string<char,
> std::char_traits<char>,
std::allocator<char> >::__nullref' referenced from
> D:SOURCE
>
CODEBOOST-TRUNKBIN.V2LIBSTESTTESTALGORITHMS_TEST.TEST
BORLAND-5.8.2DEBUGALGORITHMS_TEST.OBJ
> Error: Unresolved external
'std::basic_ostream<char,
> std::char_traits<char>
> >::operator <<(unsigned long)' referenced
from D:SOURCE
>
CODEBOOST-TRUNKBIN.V2LIBSTESTBUILDBORLAND-5.8.2DEBUG
LINK-STATICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-1_35.LIB|comp
iler_log_formatter
>
> [... bunch of other iostream symbols]
>
> set
"PATH=C:CompilersBorlandBDS4.0/bin/;%PATH%"
>
"C:CompilersBorlandBDS4.0Binbcc32.exe" -v -q
-v -v -tWD -tWC
> -tWR
> -tWC -WM-
-L"C:CompilersBorlandBDS4.0/lib"
>
-e"......bin.v2libstesttestalgorithms_test.test
borland-5.8.2debugalgorithms_test.exe"
> "......bin.v2libstesttestalgorithms_test.
testborland-5.8.2debugalgorithms_test.exe.rsp"
>
>
> Did BB missed iostream library?
I don't know about any compiler where 'iostream library' has
to
be explicitly linked to. Maybe, you've misinstalled borland,
or it's
somehow functionally limited version? What's content of .rsp
file?
What happens if you run the same command on command
manually?
Does the error goes away if you remove some of the options,
in particular those:
-tWD -tWC -tWR -tWC -WM-
My guess is that this compiler has only some flavours of
standard library.
- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|
|
| Re: borland link error |
  United States |
2007-10-21 04:32:48 |
"Vladimir Prus" <ghost cs.msu.su> wrote in
message
news:ffca7m$7ss$1 ger.gmane.org...
> Gennadiy Rozental wrote:
>> Did BB missed iostream library?
>
> I don't know about any compiler where 'iostream
library' has to
> be explicitly linked to.
Sun CC for example
> Maybe, you've misinstalled borland, or it's somehow
functionally limited
> version?
It's regular Turbo C++ installation
> What's content of .rsp file?
"......bin.v2libstestbuildborland-5.8.2debugli
nk-staticlibboost_unit_test_framework-bcb-d-1_35.lib"
"......bin.v2libstesttestalgorithms_test.testbo
rland-5.8.2debugalgorithms_test.obj"
> What happens if you run the same command on command
manually?
The same result
> Does the error goes away if you remove some of the
options, in particular
> those:
>
> -tWD -tWC -tWR -tWC -WM-
Nope.
> My guess is that this compiler has only some flavours
of standard library.
Ok. How do I make it use it?
Gennadiy
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|
|
| Re: borland link error |
  Russian Federation |
2007-10-21 00:17:33 |
On Sunday 21 October 2007 13:32:48 Gennadiy Rozental wrote:
>
> "Vladimir Prus" <ghost cs.msu.su> wrote in message
> news:ffca7m$7ss$1 ger.gmane.org...
> > Gennadiy Rozental wrote:
> >> Did BB missed iostream library?
> >
> > I don't know about any compiler where 'iostream
library' has to
> > be explicitly linked to.
>
> Sun CC for example
Can you elaborate? I don't see anything in sun.jam to that
effect.
> > Maybe, you've misinstalled borland, or it's
somehow functionally limited
> > version?
>
> It's regular Turbo C++ installation
I'm afraid I don't know what's "Turbo C++", and if
I understand discussion
on boost-devel correctly, you did not know that Turbo C++
exists until
recently as well. So, I have no idea what's "regular
Turbo C++ installation"
is -- I think we might have to ask Borland experts.
>
> > What's content of .rsp file?
>
>
>
"......bin.v2libstestbuildborland-5.8.2debugli
nk-staticlibboost_unit_test_framework-bcb-d-1_35.lib"
>
"......bin.v2libstesttestalgorithms_test.testbo
rland-5.8.2debugalgorithms_test.obj"
Ok, nothing suspicious there.
> > What happens if you run the same command on
command manually?
>
> The same result
>
> > Does the error goes away if you remove some of the
options, in particular
> > those:
> >
> > -tWD -tWC -tWR -tWC -WM-
>
> Nope.
Can you:
1. Try building the tools/build/v2/example/hello with
borland,
and see if same error appears.
2. If so, try to build it with all permutations of
link=static/link=shared
runtime-link=static/runtime-link=shared
threading=single/threading=multi
3. If 'hello' does not fail, try building your target with
the same permutations.
4. Try building an .cpp files containing just empty
main by hand.
>
> > My guess is that this compiler has only some
flavours of standard library.
>
> Ok. How do I make it use it?
Again, I don't know. Maybe borland experts will be able to
help.
- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|
|
| Re: borland link error |
  Canada |
2007-10-21 06:15:06 |
Gennadiy Rozental wrote:
> Hi,
>
> I just installed borland 5.8.2. First of all BB was not
able to
> figure it's location out automatically. I had to add
following line into
> user-config
> using borland : 5.8.2 :
> C:\Compilers\Borland\BDS\4.0\Bin\bcc32.exe ;
> Now it fails to link my unit tests:
That one links OK for me here, I have Borland configured
with:
using borland : 5.8.2 : "C:/Program
Files/Borland/BDS/4.0/Bin/bcc32.exe" :
<cxxflags>-IC:/data/boost/spirit-1.6.3/boost ;
using borland : 5.6.4 :
"C:/cpp/Borland/CBuilder6/Bin/bcc32.exe" :
<cxxflags>-IC:/data/boost/spirit-1.6.3/boost ;
and algorithms_test builds OK with both 5.6.4 and 5.8.2
Borland compilers.
The tests that are failing for me are token_iterator_test
(compiler error)
and the prg_exec_fail* tests which fail with unresolved
externals to
boost::execution_monitor::execute.
HTH, John.
PS if you don't want to mess with the command line to figure
out what the
problem is, you can always build with Borland's IDE and see
if it build OK
from there.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|
|
| Re: borland link error |
  Italy |
2007-10-21 07:38:35 |
Gennadiy,
The Turbo C++ compiler should work without problems even if
you
installed it in a different directory than the default one.
I'd suggest
that you check that the version you have is indeed bcc32
5.8.2, by running
bcc32 -v
Which should output something like:
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
Error E2266: No file names given
If it isn't 5.8.2 then you should probably install an update
which
should be found at the CodeGear website. I don't expect this
to be the
case, though.
Otherwise my user-config.file under toolsbuildv.2 contains
the
following line:
using borland : 5.8.2 :
"C:/Programmi/Borland/BDS/4.0/Bin/bcc32" :
<cxxflags>-ID:/sf/bcbboost/spirit ;
The <cxxflags> part relates to using Spirit 1.6.x so
that
Boost.Serialization works. It isn't needed if you don't care
about the
serialization test results.
Hope this helps. By the way, tests appear to heve been
running without
problems on Borland compilers at least since my last run.
Cheers,
Nicola
--
Nicola.Musatti <at> gmail <dot> com
Home: http://nic
ola.musatti.googlepages.com/home
Blog: http://wthwdik.wordpres
s.com/
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|
|
| Re: borland link error |
  United States |
2007-10-22 23:27:35 |
"Vladimir Prus" <ghost cs.msu.su> wrote in
message
news:200710210917.33516.ghost cs.msu.su...
> On Sunday 21 October 2007 13:32:48 Gennadiy Rozental
wrote:
>>
>> "Vladimir Prus" <ghost cs.msu.su> wrote in message
>> news:ffca7m$7ss$1 ger.gmane.org...
>> > Gennadiy Rozental wrote:
>> >> Did BB missed iostream library?
>> >
>> > I don't know about any compiler where
'iostream library' has to
>> > be explicitly linked to.
>>
>> Sun CC for example
>
> Can you elaborate? I don't see anything in sun.jam to
that effect.
With CC compiler you can specify with iostream lib to use
using -library=
option
>> > Maybe, you've misinstalled borland, or it's
somehow functionally
>> > limited
>> > version?
>>
>> It's regular Turbo C++ installation
>
> I'm afraid I don't know what's "Turbo C++",
and if I understand discussion
> on boost-devel correctly, you did not know that Turbo
C++ exists until
> recently as well. So, I have no idea what's
"regular Turbo C++
> installation"
> is -- I think we might have to ask Borland experts.
What I meant is that I just downloaded one from net and
installed with
default parameters
> Can you:
Before we go into further digging, here is another peice of
info I just
uncovered:
It only failes for targets that link with Boost.Test
statically. All the
tests that links with dll works fine. That's why regression
tests works -
they all use dlls.
Here is an example of passed test:
----------------------------
borland.compile.c++
......bin.v2libstesttestoutput_test_stream_test.test
borland-5.8.2debugoutput_test_stream_test.obj
"C:CompilersBorlandBDS4.0Binbcc32.exe"
-j5 -g255 -q -c -P -Ve -Vx
-a8 -b- -v -Od -w-8080 -tWC -tWR -tWC -WM-
-DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_DYN_LINK=1
-DBOOST_TEST_NO_AUTO_LINK=1 -I"......"
-I"C:CompilersBorlandBDS4.0/include/"
-o"......bin.v2libstesttestoutput_test_stream_t
est.testborland-5.8.2debugoutput_test_stream_test.obj&quo
t;"output_test_stream_test.cpp"output_test_stream_
test.cpp:file......bin.v2libstesttestoutput_test_stre
am_test.testborland-5.8.2debugoutput_test_stream_test.exe
.rsp"......bin.v2libstesttestoutput_test_stream_
test.testborland-5.8.2debugoutput_test_stream_test.obj&qu
ot;"......bin.v2libstestbuildborland-5.8.2debug
boost_unit_test_framework-bcb-d-1_35.lib"borland.link.
.....bin.v2libstesttestoutput_test_stream_test.testb
orland-5.8.2debugoutput_test_stream_test.exe set
"PATH=C:CompilersBorlandBDS4.0/bin/;%PATH%"
"C:CompilersBorlandBDS4.0Binbcc32.exe" -v
-q -v -v -tWD -tWC -tWR -tWC -WM-
-L"C:CompilersBorlandBDS4.0/lib"
-e"......bin.v2libstesttestoutput_test_stream_te
st.testborland-5.8.2debugoutput_test_stream_test.exe"
; "......bin.v2libstesttestoutput_test_stre
am_test.testborland-5.8.2debugoutput_te
st_stream_test.exe.rsp"testing.capture-output......
bin.v2libstesttestoutput_test_stream_test.testborland-5
.8.2debugoutput_test_stream_test.run set
Path=D:SourceCodeboost-trunkbin.v2libstestbuildborlan
d-5.8.2debug;C:CompilersBorlandBDS4.0bin;%Path%
"......bin.v2libstesttestoutput_test_stream_test
.testborland-5.8.2debugoutput_test_stream_test.exe"
>"......bin.v2libstesttestoutput_test_stream
_test.testborland-5.8.2debugoutput_test_stream_test.outpu
t" 2>&1 set status=%ERRORLEVEL% echo.
>>"......bin.v2libstesttestoutput_test_str
eam_test.testborland-5.8.2debugoutput_test_stream_test.ou
tput" echo EXIT STATUS: %status%
>>"......bin.v2libstesttestoutput_test_str
eam_test.testborland-5.8.2debugoutput_test_stream_test.ou
tput" if %status% EQU 0 (
copy"......bin.v2libstesttestoutput_test_stream_
test.testborland-5.8.2debugoutput_test_stream_test.output
""......bin.v2libstesttestoutput
_test_stream_test.testborland-5.8.2debugoutput_test_stre
am_test.run" ) set verbose=0 if %status% NEQ 0
( set verbose=1 ) if %verbose% EQU 1 (
echo ====== BEGIN OUTPUT ======
type"......bin.v2libstesttestoutput_test_stream_
test.testborland-5.8.2debugoutput_test_stream_test.output
" echo ====== END OUTPUT ====== ) exit
%status% 1 file(s)
copied.**passed**......bin.v2libstesttestoutput_test_
stream_test.testborland-5.8.2debugoutput_test_stream_test
.test echo passed
>......bin.v2libstesttestoutput_test_stream_test.t
estborland-5.8.2debugoutput_test_stream_test.test--------
----------------------Here is
failed:borland.compile.c++......bin.v2libstesttestalg
orithms_test.testborland-5.8.2debugalgorithms_test.obj
"C:CompilersBorlandBDS4.0Binbcc32.exe" -j5
-g255 -q -c -P -Ve -Vx -a8 -b- -v -Od -w-8080 -tWC -tWR -tWC
-WM- -DBOOST_ALL_NO_LIB=1 -DBOOST_TEST_NO_AUTO_LINK=1
-I".....
." -I"C:CompilersBorlandBDS4.0/include/"
-o"......bin.v2libstesttestalgorithms_test.test
borland-5.8.2debugalgorithms_test.obj"
"algorithms_test.cpp"algorithms_test.cpp:file....
..bin.v2libstesttestalgorithms_test.testborland-5.8.2
debugalgorithms_test.exe.rsp"......bin.v2libstes
ttestalgorithms_test.testborland-5.8.2debugalgorithms_t
est.obj""......bin.v2libstestbuildborland-5
.8.2debuglink-staticlibboost_unit_test_framework-bcb-d-1_
35.lib"borland.link......bin.v2libstesttestalgor
ithms_test.testborland-5.8.2debugalgorithms_test.exe
set
"PATH=C:CompilersBorlandBDS4.0/bin/;%PATH%"
"C:CompilersBorlandBDS4.0Binbcc32.exe" -v
-q -v -v -tWD -tWC -tWR -tWC -WM-
-L"C:CompilersBorlandBDS4.0/lib"
-e"......bin.v2libstesttestalgorithms_test.test
borland-5.8.2debugalgorithms_test.exe" "......bin.v2libstesttestalgorithms_test.
testborland-5.8.2debugalgorithms_test.exe.rsp"Error:
Unresolved external '
__rwstd::__rw_stdexcept_NoNamedException'referenced from
D:SOURCECODEBOOST-TRUNKBIN.V2LIBSTESTBUILDBORLAND-5.8
.2DEBUGLINK-STATICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-1_35
.LIB|unit_test_parametersError: Unresolved external
'__rwstd::__rw_stdexcept_BadAllocException'referenced from
D:SOURCECODEBOOST-TRUNKBIN.V2LIBSTESTBUILDBORLAND-5.8
.2DEBUGLINK-STATICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-1_35
.LIB|unit_test_parametersError: Unresolved external
'std::basic_stringstream<char,std::char_traits<char>
;, std::allocator<char>
>::~basic_stringstream<char,std::char_traits<char&g
t;, std::allocator<char> >()' referenced from
D:SOURCECODEBOOST-TRUNKBIN.V2LIBSTESTBUILDBORLAND-5.8
.2DEBUGLINK-STATICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-1_35
.LIB|unit_test_parametersError: Unresolved external
'std::basic_stringstream<char,std::char_traits<char>
;, std::allocator<char>
>::basic_stringstream<char,std::char_traits<char>
;, std::allocator<char> >(int)' referenced
fromD:SOURCECODEBOOS
T-TRUNKBIN.V2LIBSTESTBUILDBORLAND-5.8.2DEBUGLINK-STA
TICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-1_35.LIB|unit_test_pa
rametersError: Unresolved external
'std::basic_istream<char,
std::char_traits<char>>::operator >>(unsigned
int&)' referenced from
D:SOURCECODEBOOST-TRUNKBIN.V2LIBSTESTBUILDBORLAND-5.8
.2DEBUGLINK-STATICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-1_35
.LIB|unit_test_parametersError: Unresolved external
'std::ios_base::failure::~failure()' referencedfrom
D:SOURCECODEBOOST-TRUNKBIN.V2LIBSTESTBUILDBORLAND-5.8
.2DEBUGLINK-STATICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-1_35
.LIB|unit_test_parametersError: Unresolved external
'std::ios_base::failure::what() const' referencedfrom
D:SOURCECODEBOOST-TRUNKBIN.V2LIBSTESTBUILDBORLAND-5.8
.2DEBUGLINK-STATICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-1_35
.LIB|unit_test_parametersError: Unresolved external
'__rwstd::rwse_failbit_set' referenced
fromD:SOURCECODEBOOST-TRUNKBIN.V2LIBSTESTBUILDBORLAND
-5.8.2DEBUGLINK-S
TATICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-1_35.LIB|unit_test
_parametersError: Unresolved external
'__rwstd::rwse_badbit_set' referenced
fromD:SOURCECODEBOOST-TRUNKBIN.V2LIBSTESTBUILDBORLAND
-5.8.2DEBUGLINK-STATICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-
1_35.LIB|unit_test_parametersError: Unresolved external
'__rwstd::rwse_eofbit_set' referenced
fromD:SOURCECODEBOOST-TRUNKBIN.V2LIBSTESTBUILDBORLAND
-5.8.2DEBUGLINK-STATICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-
1_35.LIB|unit_test_parametersError: Unresolved
external'__rwstd::except_msg_string::except_msg_string(const
char *, ...)'referenced from
D:SOURCECODEBOOST-TRUNKBIN.V2LIBSTESTBUILDBORLAND-5.8
.2DEBUGLINK-STATICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-1_35
.LIB|unit_test_parametersError: Unresolved external
'std::basic_string<char,
std::char_traits<char>,std::allocator<char>
>::basic_string<char,
std::char_traits<char>,std::allocator<char>
>(const char *, const
std::allocator<char>&)'referenced from
D:SOURCECODEB
OOST-TRUNKBIN.V2LIBSTESTBUILDBORLAND-5.8.2DEBUGLINK-
STATICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-1_35.LIB|unit_test
_parametersError: Unresolved external
'std::ios_base::failure::failure(conststd::basic_string<c
har, std::char_traits<char>,
std::allocator<char> >&)'referenced from
D:SOURCECODEBOOST-TRUNKBIN.V2LIBSTESTBUILDBORLAND-5.8
.2DEBUGLINK-STATICLIBBOOST_UNIT_TEST_FRAMEWORK-BCB-D-1_35
.LIB|unit_test_parameters...skipped<p......bin.v2libs
testtestalgorithms_test.testborland-5.8.2debug>algor
ithms_test.run for lack
of<p......bin.v2libstesttestalgorithms_test.testb
orland-5.8.2debug>algorithms_test.exe......failed
updating 1 target...> 1. Try building the
tools/build/v2/example/hello with borland,> and see if
same error appears.>> 2. If so, try to build it with
all permutations of>> link=static/link=shared>
runtime-link=static/runtime-link=shared>
threading=single/threading=multi>> 3. If 'hello' does
not fail, try building your target with> the sa
me permutations.>> 4. Try building an .cpp files
containing just empty> main by hand.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|
|
| Re: borland link error |
  United States |
2007-10-22 23:28:49 |
"Nicola Musatti" <Nicola.Musatti gmail.com> wrote in message
news:fffh8c$2lk$1 ger.gmane.org...
> Gennadiy,
> The Turbo C++ compiler should work without problems
even if you
> installed it in a different directory than the default
one. I'd suggest
> that you check that the version you have is indeed
bcc32 5.8.2, by running
>
> bcc32 -v
>
> Which should output something like:
>
> Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005
Borland
> Error E2266: No file names given
Yes that's the version.
Can you try to do test with statically linked vertion of
Boost.Test UTF?
Gennadiy
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|
|
| Re: borland link error |
  United States |
2007-10-22 23:29:31 |
"John Maddock" <john johnmaddock.co.uk> wrote
in message
news:003201c813d3$a7102720$457d0056 fuji...
> Gennadiy Rozental wrote:
>> Hi,
>>
>> I just installed borland 5.8.2. First of all BB was
not able to
>> figure it's location out automatically. I had to
add following line into
>> user-config
>> using borland : 5.8.2 :
>> C:\Compilers\Borland\BDS\4.0\Bin\bcc32.exe ;
>> Now it fails to link my unit tests:
>
> That one links OK for me here, I have Borland
configured with:
Can you try to do test with statically linked version of
Boost.Test UTF?
Gennadiy
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|
|
| Re: borland link error |
  Canada |
2007-10-23 02:49:15 |
Gennadiy Rozental wrote:
> Can you try to do test with statically linked version
of Boost.Test
> UTF?
I used
bjam borland-5.8.2 link=static
and got the only failures are those shown in the attached
logfile.
BTW one wildcard thought: I presume you did install the
static runtime
libraries when you installed Turbo C++?
HTH, John.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|
|
|
|
|