Opened 14 years ago

Closed 13 years ago

#2633 closed Bugs (duplicate)

thread.cpp fails to compile on solaris with Sun CC.

Reported by: pogma@… Owned by: Anthony Williams
Milestone: Boost 1.38.0 Component: thread
Version: Boost 1.37.0 Severity: Problem
Keywords: Cc: jwakely.boost@…

Description

Sun Studio 11 & 12 - solaris 8,9 and 10 sparc and x86, boost-0.37.0:

sun.compile.c++ bin.v2/libs/thread/build/sun/release/instruction-set-ultrasparc/link-static/stdlib-sun-stlport/threading-multi/thread.o

    "CC" -library=stlport4 -xtarget=ultra2 -m32 -xarch=sparcvis -xO2 -mt -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_POSIX -DNDEBUG -I"." -I"/opt/TWWfsw/bzip210/include" -I"/opt/TWWfsw/libz12/include" -c -o "bin.v2/libs/thread/build/sun/release/instruction-set-ultrasparc/link-static/stdlib-sun-stlport/threading-multi/thread.o" "libs/thread/src/pthread/thread.cpp"

"./boost/thread/detail/thread.hpp", line 344: Error: boost::thread::thread(boost::thread&) is not accessible from boost::move(boost::detail::thread_move_t<boost::thread>).
1 Error(s) detected.
...failed sun.compile.c++ bin.v2/libs/thread/build/sun/release/instruction-set-ultrasparc/link-static/stdlib-sun-stlport/threading-multi/thread.o...

Change History (3)

comment:1 by Steven Watanabe, 14 years ago

Component: Nonethread
Owner: set to Anthony Williams

comment:2 by Jonathan Wakely <jwakely.boost@…>, 14 years ago

Cc: jwakely.boost@… added

dup of #2602

comment:3 by Steven Watanabe, 13 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.