caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: David Kuestler <david_kuestler@demi.com.au>
To: caml-list@inria.fr
Subject: Trying to build Ocaml 3.11.0 on ia64 HP-UX
Date: Wed, 03 Jun 2009 23:00:22 +1000	[thread overview]
Message-ID: <1244034022.5750.10.camel@l1f10.localdomain> (raw)

Hi,

I am trying to build caml 3.11.0 on ia64 HP-UX 11.23 using gcc 4.3.3

I patched configure :

---configure.orig	2008-11-07 21:34:16.000000000 +1100
+++ configure	2009-06-03 12:06:22.000000000 +1000
@@ -638,6 +638,7 @@
                                 if $arch64; then model=ppc64; else
model=ppc; fi;;
   arm*-*-linux*)                arch=arm; system=linux;;
   arm*-*-gnu*)                  arch=arm; system=gnu;;
+  ia64-*-hpux*)                 arch=ia64; system=hpux;;
   ia64-*-linux*)                arch=ia64; system=linux;;
   ia64-*-gnu*)                  arch=ia64; system=gnu;;
   ia64-*-freebsd*)              arch=ia64; system=freebsd;;

and did the various makes up to 'make opt.opt' but I am getting a core
dump : 

boot/ocamlrun ./ocamlopt -nostdlib -c -g -w Ale -warn-error Ale -pp
'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -I
camlp4/Camlp4Parsers -I camlp4 -I stdlib -o
camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx
camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml
cd ocamldoc && make opt.opt
make[1]: Entering directory `/tmp/ocaml-3.11.0/ocamldoc'
../ocamlcompopt.sh -pp './remove_DEBUG' -I ../parsing -I ../utils
-I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/
-I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink
-I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph
-warn-error A -c odoc_config.ml
make[1]: *** [odoc_config.cmx] Bus error (core dumped)
make[1]: Leaving directory `/tmp/ocaml-3.11.0/ocamldoc'
make: *** [ocamldoc.opt] Error 2

any assistance would be appreciated.

Thanks
David



                 reply	other threads:[~2009-06-03 13:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1244034022.5750.10.camel@l1f10.localdomain \
    --to=david_kuestler@demi.com.au \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).