Opened 12 years ago
Closed 12 years ago
#5177 closed Bugs (fixed)
icl tests using libboost_thread without <threading>multi
Reported by: | Owned by: | Joachim Faulhaber | |
---|---|---|---|
Milestone: | To Be Determined | Component: | ICL |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
I noticed that the icl tests use libboost_thread without <threading>multi.
This seems like a problem. At least on AIX with the IBM compiler, this causes a link-time failure because of not linking to the pthread library. Adding this as a requirement in the Jamfile allows the most of the tests to pass with the vacpp toolset.
Attachments (2)
Change History (4)
by , 12 years ago
Attachment: | Jamfile.v2.libs.icl.test.patch added |
---|
by , 12 years ago
Attachment: | explicit-failures-markup.xml.patch added |
---|
Remove markup for resolved test configuration issue.
comment:1 by , 12 years ago
Replying to hstong@…:
I noticed that the icl tests use libboost_thread without <threading>multi.
This seems like a problem. At least on AIX with the IBM compiler, this causes a link-time failure because of not linking to the pthread library. Adding this as a requirement in the Jamfile allows the most of the tests to pass with the vacpp toolset.
Thanks for this information. I am changing Jamfile and markup accordingly. -- Joachim
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Add multi threading requirement.