[
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: | Peter Halacsy <peter@h...> |
| Subject: | ppc 64 bit |
hello,
I think the last message about compiling ocaml on G5 was:
From: Xavier Leroy <Xavier.Leroy@inria.fr>
> > I did a MacOSX/PPC64 port a few months ago. That will be
released as
> > part of 3.10, or you can give it a try now using the CVS trunk
> > sources.
I've checked out the cvs, configured with
./configure -cc 'gcc -arch ppc64'
make world
everything compiled but
./ocaml
Objective Caml version 3.10+dev10 (2006-10-04)
Fatal error: exception Env.Error(_)
dhcp-04:~/unsorted/ocaml hp$ ./ocaml
Objective Caml version 3.10+dev10 (2006-10-04)
Fatal error: exception Env.Error(_)
Could someone help me?
peter