Opened 12 years ago
Closed 12 years ago
#4808 closed Bugs (fixed)
hp-ux gcc build broken
Reported by: | 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)
Change History (3)
by , 12 years ago
Attachment: | gcc_hpux.patch added |
---|
comment:1 by , 12 years ago
Component: | Building Boost → build |
---|---|
Milestone: | Boost-1.45.0 → To Be Determined |
Owner: | set to |
Severity: | Showstopper → Problem |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [66425]) Fix 32/64 address model options on HPUX.
Patch from Crispin Boylan. Fixes #4808.