| Anonymous | Login | Signup for a new account | 2010-02-10 00:17 CET |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0004147 | [OCaml] OCaml general | major | always | 2006-10-29 04:15 | 2007-02-01 12:29 | |||||||
| Reporter | David Kuestler | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | acknowledged | Product Version | 3.09.3 | |||||||||
| Summary | 0004147: Fails to build on hppa/hpux | |||||||||||
| Description |
Trying to configure and build on a hppa/hpux box. Various error messages are generated. |
|||||||||||
| Additional Information |
Attached are the log files of various commands created by piping the command outputs. gcc -v > log.gcc-v ./configure > log.configure make world 1> log.world1 2> log.world2 make bootstrap 1> log.bootstrap1 2> log.bootstrap2 make opt 1> log.opt1 2> log.opt2 |
|||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files |
|
|||||||||||
|
|
||||||||||||
Notes |
|
|
(0003827) David Kuestler (reporter) 2006-11-02 09:53 |
Trying to build optomised binaries but the assembler fails : /tmp/camlasm2307fa.s: Assembler messages: /tmp/camlasm2307fa.s:99061: Error: Field out of range [-262144..262143] (-267008). Assembler error, input left in file /tmp/camlasm2307fa.s make[2]: *** [pa_o_fast.cmx] Error 2 make[1]: *** [opt.opt] Error 2 make: *** [camlp4optopt] Error 2 |
|
(0003899) wojtekk (reporter) 2007-01-27 19:08 |
I'm also having the same error when trying to make opt.opt on hppa2 HPUX hosts, using gcc 3.4.3 as well as 4.1.1. However, bytecode ocamlopt succeeds with compiling various stuff, eg. findlib. Anyway, looks like problem is with the range of jump in the generated assember. |
|
(0003911) Christoph Bauer (reporter) 2007-02-01 12:29 edited on: 2007-02-01 12:31 |
Look in Bug 0003937. Compile with -compact -inline 0. The native compiler works quite good here. You can also try make -k install. You'll only miss camlp4o.opt. |
| Copyright © 2000 - 2008 Mantis Group |