Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-06-16 05:08:06


Hi Dick,
> I'm still attempting to cross-compile the thread library and failing
> miserably. Just 13 targets from home - the rest compiled weeks ago.
> Can someone take a look at these results and maybe make some
> suggestions? I'd *REALLY* appreciate it.

I suggest you try this:

1. Create a file test.cpp with the following content

#include <boost/thread/condition.hpp>

2. Compile it with

"/opt/crosstool/arm-softfloat-linux-gnu/gcc-3.3.3-glibc-2.3.2/bin/arm-sof
tfloat-linux-gnu-c++" -pthread test.cpp

If you get an error, it means that boost.config does not realize that
threading support is enabled. In that case, it's best to ask on Boost.devel
mailing list where boost.config maintainers are more likely to help with that.

If you don't get an error, then start adding options one by one from the
command line generated by Boost.Build, until you get an error. Thi was we'll
know that's wrong.

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2
 

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