Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2002-10-17 15:32:15


Alkis Evlogimenos <alkis_at_[hidden]> writes:

> 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?

It seems like it should, yes. What is the -n -a output? It appears as
though LD_LIBRARY_PATH does not include /opt/gcc2/lib when tests are
run.

-- 
                    David Abrahams
dave_at_[hidden] * http://www.boost-consulting.com
Building C/C++ Extensions for Python: Dec 9-11, Austin, TX
http://www.enthought.com/training/building_extensions.html

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