Boost logo

Boost :

From: Alkis Evlogimenos (alkis_at_[hidden])
Date: 2002-10-17 15:23:44


On Thursday 17 October 2002 12:46 pm, David Abrahams wrote:
> The gcc-stlport results at
> http://boost.sourceforge.net/regression-logs/cs-linux.html are skewed
> by the fact that the STLPORT_LIB_DIRECTORY is not properly configured,
> so it can't find the stlport shared library when tests run.
>
> The link to the boost logo doesn't work, and neither do any of the
> "test name" links. FWIW.

I am not sure where the problem is. Here's the toolset I am using:
{
    local GCC_ROOT_DIRECTORY = /opt/gcc2 ;
    local GCC_STDLIB_DIRECTORY =
/opt/gcc2/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/ ;
    local STLPORT_ROOT = /opt/gcc2 ;
    local STLPORT_INCLUDE_DIRECTORY = include/stlport ;
    extends-toolset gcc-stlport ;
}

[boost_at_moraki boost]$ ls /opt/gcc2/lib/
gcc-lib/ libstlport_gcc.so@ libstlport_gcc_stldebug.so@
libiberty.a libstlport_gcc.so.4.5* libstlport_gcc_stldebug.so.4.5*
libstlport_gcc.a* libstlport_gcc_stldebug.a*

Shouldn't this just work?

-- 
Alkis

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk