Boost logo

Boost-Build :

From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-07-23 11:38:45


Obviously I must be doing something wrong.

In bbv1 it was possible to have multiple lib targets defined in a
Jamfile. E.g.

lib boost_thread_pthread
....

and

lib boost_thread
....

This caused two separate branches in the bin dir, i.e.:
bin/boost/libs/thread/build/libboost_thread.a/
and
bin/boost/libs/thread/build/libboost_thread_pthread.a/

When I am trying this in bbv2 both of them go to the same directory,
failing the build with an
error: Duplicate name of actual target:
<p../../../bin.v2/libs/thread/build/gcc/debug/threading-multi>thread.o

Can anyone tell me please, what is needed to get them to different
directories like they did in bbv1?

Or isn't it possible anymore to have muliple lib targets per project?

Regards,
Roland


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