* ppc 64 bit
@ 2006-10-09 8:38 Peter Halacsy
2006-10-09 16:34 ` [Caml-list] " Xavier Leroy
0 siblings, 1 reply; 3+ messages in thread
From: Peter Halacsy @ 2006-10-09 8:38 UTC (permalink / raw)
To: caml-list
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Caml-list] ppc 64 bit
2006-10-09 8:38 ppc 64 bit Peter Halacsy
@ 2006-10-09 16:34 ` Xavier Leroy
2006-10-09 17:58 ` Peter Halacsy
0 siblings, 1 reply; 3+ messages in thread
From: Xavier Leroy @ 2006-10-09 16:34 UTC (permalink / raw)
To: Peter Halacsy; +Cc: caml-list
> make world
>
> everything compiled but
>
> ./ocaml
> Objective Caml version 3.10+dev10 (2006-10-04)
>
> Fatal error: exception Env.Error(_)
It looks you're tring to run OCaml before having installed it. This
will, in general, not work. You'd need to do something like
boot/ocamlrun ./ocaml -nostdlib -I ./stdlib. But save yourself the
pain and just install after compiling.
- Xavier Leroy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Re: [Caml-list] ppc 64 bit
2006-10-09 16:34 ` [Caml-list] " Xavier Leroy
@ 2006-10-09 17:58 ` Peter Halacsy
0 siblings, 0 replies; 3+ messages in thread
From: Peter Halacsy @ 2006-10-09 17:58 UTC (permalink / raw)
To: caml-list
On 10/9/06, Xavier Leroy <Xavier.Leroy@inria.fr> wrote:
> > make world
> >
> > everything compiled but
> >
> > ./ocaml
> > Objective Caml version 3.10+dev10 (2006-10-04)
> >
> > Fatal error: exception Env.Error(_)
>
> It looks you're tring to run OCaml before having installed it. This
> will, in general, not work. You'd need to do something like
> boot/ocamlrun ./ocaml -nostdlib -I ./stdlib. But save yourself the
> pain and just install after compiling.
thanks. it works
# Sys.word_size ;;
- : int = 64
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-10-09 17:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-09 8:38 ppc 64 bit Peter Halacsy
2006-10-09 16:34 ` [Caml-list] " Xavier Leroy
2006-10-09 17:58 ` Peter Halacsy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox