From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.7 required=5.0 tests=AWL,DNS_FROM_RFC_POST, HTML_MESSAGE,SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id C713BBBC4 for ; Thu, 5 Mar 2009 19:12:24 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiwDAEekr0nRVdypkWdsb2JhbACCIjCKHYZwYz8BAQEBCQkMBw+yY4EHj30BAwEDhAUG X-IronPort-AV: E=Sophos;i="4.38,308,1233529200"; d="scan'208";a="22116004" Received: from mail-fx0-f169.google.com ([209.85.220.169]) by mail2-smtp-roc.national.inria.fr with ESMTP; 05 Mar 2009 19:12:24 +0100 Received: by fxm17 with SMTP id 17so57621fxm.27 for ; Thu, 05 Mar 2009 10:12:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=jj6tbbNgp7wQNJvYNoMDc/2c1IHYONKd/ov4Q/trG0g=; b=SJJsYFmqcamSrJiOaQofvPJ5KDoJAyNN30NrhSPNDjYqFxYm0hlP2nzPUtqpMzGcbs /B7sng6Bj1Awq+DvyhcJ9zgTxkRDVbwF2MQGshDZQc2h6tw+mHDfNS4q5FqattMhy2JL KfWk1N8V4Lqfk6X368IZEcSkvk9PBZ9AXSrfs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dCoT1XiOE4qGV5tBnOZz2ooEHk3E1pEIcpNdievd7KuPxREzJH+QjafUw1cW1mt+kT m0BTQvffVjiyK1E0UtP5HcwXLAus6iU/JiR/kvwygBPR0X+c6RNN/61SveYj40RO8xwG /keNU+uIreq7UJg/Sis46Ffz+0U1yJVVrTktE= MIME-Version: 1.0 Received: by 10.86.96.1 with SMTP id t1mr1255013fgb.35.1236276743320; Thu, 05 Mar 2009 10:12:23 -0800 (PST) In-Reply-To: <92486029-2A0B-4C91-84CC-6D908059580A@gmail.com> References: <5D9E51D7-E609-44C1-B09C-D93B68F03301@gmail.com> <006201c99da4$8c51d3a0$a4f57ae0$@com> <92486029-2A0B-4C91-84CC-6D908059580A@gmail.com> Date: Thu, 5 Mar 2009 13:12:23 -0500 Message-ID: Subject: Re: [Caml-list] building 64bit ocaml from cvs on mac osx leopard From: Ashish Agarwal To: Joel Reymont Cc: David Allsopp , "O'Caml Mailing List" Content-Type: multipart/alternative; boundary=000e0cd25bd02134ea0464631cef X-Spam: no; 0.00; ocaml:01 cvs:01 compilation:01 ocamlc:01 ocamlc:01 gcc:01 stdlib:01 allopt:01 ocamlrun:01 ocamlopt:01 -warn-error:01 -nostdlib:01 compflags:01 pervasives:01 cmx:01 --000e0cd25bd02134ea0464631cef Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I just did a fresh install and it is working fine for me when I use the normal method. The ocamlbuild method seems to compile fine, but make install gives some error. I checked ocamlbuild's log file and the last line says "Compilation successful", but when I do make install it says "cp: ocamlc: No such file or directory", although I verified that _build/ocamlc does exist. This seems like a different error than yours. On Thu, 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 > --000e0cd25bd02134ea0464631cef Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I just did a fresh install and it is working fine for me when I use the nor= mal method.=A0The ocamlbuild method seems to compile fine, but make install= gives some error. I checked ocamlbuild's log file and the last line sa= ys "Compilation successful", but when I do make install it says &= quot;cp: ocamlc: No such file or directory", although I verified that = _build/ocamlc does exist. This seems like a different error than yours.

On Thu, Mar 5, 2009 at 10:39 AM, Jo= el Reymont <joelr1= @gmail.com> 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 pervas= ives.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++8= ZQvErU+++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.in= ria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

--000e0cd25bd02134ea0464631cef--