Opened 14 years ago
Closed 13 years ago
#2633 closed Bugs (duplicate)
thread.cpp fails to compile on solaris with Sun CC.
Reported by: | 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 , 14 years ago
Component: | None → thread |
---|---|
Owner: | set to |
comment:2 by , 14 years ago
Cc: | added |
---|
comment:3 by , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
dup of #2602