Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-10-10 07:53:37


Hi Brock,

> I can get everything to work now except for the requirements part.
> Boost.Build accepts the following Jamfile but it does not do what I
> expect:
>
> project
>
> : requirements <threading>multi
>
> ;
>
> use-project /boost/thread : $(BOOST_ROOT)/libs/thread/build ;
>
> exe a : a.cpp /boost/thread//boost_thread : <threading>multi ;

Strange, I get decent results with CVS HEAD.

gcc.link bin/gcc/debug/threading-multi/main-target-a/a

g++ -pthread -g -o "bin/gcc/debug/threading-multi/main-target-a/a"
"bin/gcc/debug/threading-multi/main-target-a/a.o" "/home/ghost/Work/boost/
bin/libs/thread/build/bin/gcc/debug/threading-multi/boost_thread.so" ......

Would you mind trying again when M8 goes out. It it's still broken, we can try
to diagnose the problem.

Thanks,
Volodya

 


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