[thread, config] Multithread for HP-UX aCC6 V2?

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

Vladimir Prus wrote:
and contains -mt as many as *two* times ;-)
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.
Hmm, I am maintaining Boost.Thread. But I cannot figure out what you mean. Something is wrong in the Jamfile (v1 or v2?). Yes? No? Where else should I look? What do you mean by "do not notice"? The message obviously telling that threading support isn't turned on shows that it is noticed?! Roland

Roland Schwarz wrote:
Vladimir Prus wrote:
and contains -mt as many as *two* times ;-)
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.
Hmm, I am maintaining Boost.Thread. But I cannot figure out what you mean.
Something is wrong in the Jamfile (v1 or v2?). Yes? No? Where else should I look?
What do you mean by "do not notice"? The message obviously telling that threading support isn't turned on shows that it is noticed?!
Roland, I've just patched Boost.Config to fix this. John.
participants (3)
-
John Maddock
-
Roland Schwarz
-
Vladimir Prus