Opened 17 years ago

Last modified 12 years ago

#583 closed Bugs (wontfix)

Fixes for build on IBM pSeries for AIX and Linux — at Version 5

Reported by: wmichael Owned by: Thomas Witt
Milestone: Boost 1.36.0 Component: None
Version: None Severity: Showstopper
Keywords: Cc:

Description (last modified by René Rivera)

This is a fix to allow building Boost on pSeries to 
work better. This fixes problem with the building of 
dynamic libraries and shared objects. It also adds a 
bunch of the latest option supported by the V8 
compiler. This unified diff patch has been tested on 
1.33.1 and CVS.

Change History (23)

comment:1 by Douglas Gregor, 17 years ago

Logged In: YES 
user_id=249098

I have a few minor comments on the patch:

1) <optimization>speed is a feature that is meant to be common across all 
toolsets, so it should not be removed. It could translate to -O3 or -O4, 
perhaps.

2) <runtime-link>static is another feature that is meant to be common. Can 
it not be supported on XL C++?

comment:2 by Thomas Witt, 15 years ago

Milestone: Boost 1.34.1
Severity: Showstopper

comment:3 by Thomas Witt, 15 years ago

Owner: changed from Vladimir Prus to Thomas Witt
Status: assignednew

by Thomas Witt, 15 years ago

Attachment: boost_1_34_0_ibm.udiff added

by Thomas Witt, 15 years ago

Attachment: boost-function_hpp.patch added

by Thomas Witt, 15 years ago

by Thomas Witt, 15 years ago

by Thomas Witt, 15 years ago

by Thomas Witt, 15 years ago

by Thomas Witt, 15 years ago

by Thomas Witt, 15 years ago

by Thomas Witt, 15 years ago

by Thomas Witt, 15 years ago

by Thomas Witt, 15 years ago

comment:4 by Thomas Witt, 15 years ago

Split patch in multiple files for easier review.

comment:5 by René Rivera, 15 years ago

Description: modified (diff)

The build related patches applied to RC branch:

tools-build-v2-tools-python_jam.patch (1.1 kB) - added by witt on 05/31/07 14:14:13. tools-build-v2-tools-vacpp_jam.patch (4.7 kB) - added by witt on 05/31/07 14:15:27. tools-build-v2-util-os_jam.patch (485 bytes) - added by witt on 05/31/07 14:15:44.

Merging changes back to HEAD now.

Note: See TracTickets for help on using tickets.