Opened 12 years ago

Closed 12 years ago

#4808 closed Bugs (fixed)

hp-ux gcc build broken

Reported by: crispin.boylan@… Owned by: Vladimir Prus
Milestone: To Be Determined Component: build
Version: Boost 1.44.0 Severity: Problem
Keywords: Cc:

Description

When compiling boost with gcc 4.4.3 provided by HP from:

http://hpacxx.external.hp.com/gcc

the compile is broken as it is trying to use -m64 as a compiler option. on HP-UX this is -mlp64.

attached is a patch to fix this in the build.

Attachments (1)

gcc_hpux.patch (512 bytes ) - added by anonymous 12 years ago.

Download all attachments as: .zip

Change History (3)

by anonymous, 12 years ago

Attachment: gcc_hpux.patch added

comment:1 by René Rivera, 12 years ago

Component: Building Boostbuild
Milestone: Boost-1.45.0To Be Determined
Owner: set to Vladimir Prus
Severity: ShowstopperProblem

comment:2 by Vladimir Prus, 12 years ago

Resolution: fixed
Status: newclosed

(In [66425]) Fix 32/64 address model options on HPUX.

Patch from Crispin Boylan. Fixes #4808.

Note: See TracTickets for help on using tickets.