On Thu, Apr 17, 2008 at 09:50:24AM -0700, Anil Edakkunni wrote: > I downloaded links-0.4 onto my Intel MacBookPro (10.4.11): > $ uname -a > Darwin 8.11.1 Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT > 2007; root:xnu-792.25.20~1/RELEASE_I386 i386 i386 > > and tried compiling it with Ocaml: > $ ocaml -version > The Objective Caml toplevel, version 3.09.0 > > I got the following errors: > [...] > /tmp/camlasm7b4518.s:561:no such instruction: `mflr r0' > /tmp/camlasm7b4518.s:562:no such instruction: `addi r1,r1,-16'
Looks like a problem with the compiler because it's generating bad assembler output. The ocaml changelogs show a lot of MacOS related work since 3.09.0, so perhaps a newer version of ocaml will solve your problem? _______________________________________________ links-users mailing list [email protected] http://lists.inf.ed.ac.uk/mailman/listinfo/links-users -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
