|
Boost : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-09-29 05:03:03
On Friday 29 September 2006 12:02, Roland Schwarz wrote:
> In the regressions for HP-UX aCC6 V2
>
> HP-UX aCC6 V2
> http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/t
>hread.html
>
> I can see a error message:
>
> # error "Compiler threading support is not turned on. Please set the
> correct command line options for threading: -mt"
This is bogus error, since the command line is:
aCC -AA -mt +DD64 -c
-DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_DLL=1
+d -g -mt -I".."
-o "......../test_barrier.o" "../libs/thread/test/test_barrier.cpp"
and contains -mt as many as *two* times ;-)
> What can be done about this?
I think that either Boost.Thread or Boost.Config do not notice that threading
is enabled. I'm copying this message to boost-devel, probably somebody can
suggest the fix.
- Volodya
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk