Opened 12 years ago

Closed 12 years ago

#5177 closed Bugs (fixed)

icl tests using libboost_thread without <threading>multi

Reported by: hstong@… 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)

Jamfile.v2.libs.icl.test.patch (325 bytes ) - added by hstong@… 12 years ago.
Add multi threading requirement.
explicit-failures-markup.xml.patch (477 bytes ) - added by hstong@… 12 years ago.
Remove markup for resolved test configuration issue.

Download all attachments as: .zip

Change History (4)

by hstong@…, 12 years ago

Add multi threading requirement.

by hstong@…, 12 years ago

Remove markup for resolved test configuration issue.

in reply to:  description comment:1 by Joachim Faulhaber, 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 Joachim Faulhaber, 12 years ago

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