Browse thread
compiling OCaml program for supercomputer running SGI Propack 6?
-
Dave Lewis
- ds.caml@s...
- Damien Doligez
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | ds.caml@s... |
| Subject: | Re: [Caml-list] compiling OCaml program for supercomputer running SGI Propack 6? |
On 2009/12/17 19:28, Dave Lewis wrote: > Exec format error. Binary file not executable. > Seen that before: looks like you're trying to run an x86_64 binary on an Itanium machine. You would have to build O'Caml on that machine and compile your code there. Last time I tried O'Caml on Itanium Linux (that was RHEL 4 about a year ago) everything worked just fine. Hope this helps. -Daniel