|
Boost Testing : |
From: Martin Slater (mslater_at_[hidden])
Date: 2005-05-18 06:41:45
Hi there,
I've finally gotten round to setting up test for mingw and stlport but
at the moment they are failing as they cannt link to the crt library.
Being a complete noob when it comes to jam I haven't the faintest how to
fix this, probably says somewhere on the site but I can't find it.
Anyhow the error is :-
"g++" "-Wl,--enable-auto-image-base" -g
-Wl,--allow-multiple-definition -mno-cygwin -o
"C:\testing\boost\results\bin\boost\libs\python\test\bases.test\mingw-stlport\debug\bases.exe"
-L"c:/testing/boost/stlport-5.0/lib"
"C:\testing\boost\results\bin\boost\libs\python\test\bases.test\mingw-stlport\debug\bases.obj"
"C:\WINDOWS\system32\python24.dll" "C:\WINDOWS\system32\python24.dll"
-lstlport_mingw32_stldebug
c:\mingw\bin\..\lib\gcc-lib\mingw32\3.2.3\..\..\..\..\mingw32\bin\ld.exe:
cannot find -lstlport_mingw32_stldebug
where the built libraries are actually called
stlport_d50.dll.a
stlport_r50.dll.a
stlport_stld50.dll.a
I've not used stlport before so any help getting this working (short of
just renaming the files) would be much appreciated.
thanks
Martin