Browse thread
building 64bit ocaml from cvs on mac osx leopard
[
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: | Andres Varon <avaron@g...> |
| Subject: | Re: [Caml-list] building 64bit ocaml from cvs on mac osx leopard |
I don't think that it compiles the way it is now. It seems to me that there was a version merge error and asmcomp/amd64/emit.mlp has repeated definitions of emit_call and emit_jump. Andres On Mar 5, 2009, at 10:39 AM, Joel Reymont wrote: > > On Mar 5, 2009, at 3:10 PM, David Allsopp wrote: > >> Have you tried building the normal way (./configure -cc "gcc -m64" >> && make >> world bootstrap opt opt.opt install)? fastbuild.sh is experimental >> IFAIK > > > Makes no difference. > > make libraryopt > cd stdlib; make allopt > ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib -g `./Compflags > pervasives.cmx` -c pervasives.ml > /var/folders/pc/pcNEaYn32RW2i++8ZQvErU+++TM/-Tmp-/camlasm1dfba1.s: > 602:junk `@PLT' after expression > /var/folders/pc/pcNEaYn32RW2i++8ZQvErU+++TM/-Tmp-/camlasm1dfba1.s: > 633:junk `@PLT' after expression > ... > File "pervasives.ml", line 1, characters 0-1: > Error: Assembler error, input left in file /var/folders/pc/ > pcNEaYn32RW2i++8ZQvErU+++TM/-Tmp-/camlasm1dfba1.s > make[2]: *** [pervasives.cmx] Error 2 > make[1]: *** [libraryopt] Error 2 > make: *** [opt] Error 2 > > --- > http://tinyco.de > Mac, C++, OCaml > > > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs