[
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: | Xavier Leroy <xavier.leroy@i...> |
| Subject: | Re: [Caml-list] Compiling Native on 64-bit AIX |
> Is native Ocaml supported for 64-bit PowerPC on AIX? No, it's not. Only 32-bit PPC is currently supported. > The assembler fails > for asmrun/power-aix.S when OBJECT_MODE is set to 64: > Will forcing the assembler to run in 32-bit mode using -a32 mess anything > up? You'll get the same problem with the asm code generated by ocamlopt. And I'm afraid that if you compile everything in 32-bit mode, you'll end up with a 32-bit program that can only access the low 4G of memory. > I actually need to use more than 4GB of memory. Currently, your only options are to use an Alpha or an Itanium. - Xavier Leroy ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners