Opened 14 years ago
Closed 13 years ago
#2716 closed Bugs (duplicate)
thread issues building boost
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
When attempting to build boost on SUN SPARC III, with Solaris 10, I am getting the following error.
...failed sun.compile.c++ bin.v2/libs/thread/build/sun/release/stdlib-sun-stlport/threading-multi/thread.o
There are 11 skipped targets for lack of as this file.
The build instruction I am using is ./bjam --toolset=sun stdlib=sun-stlport stage
Change History (4)
comment:1 by , 14 years ago
Component: | None → thread |
---|---|
Owner: | set to |
comment:2 by , 14 years ago
It looks like we are getting the same result from two different approaches. If you would like to combine these, that is fine with me.
Additional note: A coworker suggested making the copy constructor public and that did allow us to get things working. We would really like to know what the proper fix is.
comment:3 by , 14 years ago
Cc: | added |
---|
comment:4 by , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Is the error message from the compiler the same as #2633?