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.8 required=5.0 tests=AWL,DNS_FROM_RFC_POST, 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 mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by yquem.inria.fr (Postfix) with ESMTP id 9EAC8BBC7 for ; Fri, 6 Mar 2009 09:19:28 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnMCAE5rsEnRVdqpjWdsb2JhbACMbodSPwEBAQEJCQoJDwWxNIEHj0cBAwEDhAUGgwg X-IronPort-AV: E=Sophos;i="4.38,313,1233529200"; d="scan'208";a="25154714" Received: from mail-bw0-f169.google.com ([209.85.218.169]) by mail1-smtp-roc.national.inria.fr with ESMTP; 06 Mar 2009 09:19:28 +0100 Received: by bwz17 with SMTP id 17so312375bwz.27 for ; Fri, 06 Mar 2009 00:19:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:cc:subject:from :to:references:in-reply-to:date:message-id:user-agent; bh=UM1euL0Iwtf2lhZOvixF4L2V2vQwpAbRViH+wi9WoZU=; b=PJO3v68ukGWZoUXKJ6aSeiFv4RUPyo+4u/gJZBtlGeje7Y3rFdt/NBKubRyHGB325B qetbNF1RwWZnq3VTsb/EDk89TmcP+IDlYKmHfhAyfa11dy05Hptis1vD9RaB7uEZkUuU l8RpGgx4pGWdaGH2NDu/ziY9Zd7ybkRI3pcpk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:cc:subject:from:to:references:in-reply-to:date :message-id:user-agent; b=kTTkpLCKyFJby79AM/UmUEsVaqmkQ3MzIJpH7P4AYG23VpzyIDa7S9RecdsfzXxUrL po/SIc3xPLNS70jZl5DL2qToY6J9gigmC2TuVAOMgz0bGRP/sxQrGIVD3ferJtcnIalD E23D3ieHgjxHe10UFvXYa9DqIGHot6r5iIfpQ= Received: by 10.103.173.5 with SMTP id a5mr934071mup.57.1236327567725; Fri, 06 Mar 2009 00:19:27 -0800 (PST) Received: from localhost (ausone.inria.fr [128.93.8.95]) by mx.google.com with ESMTPS id j6sm1235091mue.34.2009.03.06.00.19.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 06 Mar 2009 00:19:26 -0800 (PST) Content-Type: text/plain; charset=UTF-8 Cc: Joel Reymont , O'Caml Mailing List Subject: Re: [Caml-list] building 64bit ocaml from cvs on mac osx leopard From: Nicolas Pouillard To: Ashish Agarwal References: <5D9E51D7-E609-44C1-B09C-D93B68F03301@gmail.com> <006201c99da4$8c51d3a0$a4f57ae0$@com> <92486029-2A0B-4C91-84CC-6D908059580A@gmail.com> In-Reply-To: Date: Fri, 06 Mar 2009 09:18:20 +0100 Message-Id: <1236327447-sup-9265@ausone.inria.fr> User-Agent: Sup/git 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 Excerpts from Ashish Agarwal's message of Thu Mar 05 19:12:23 +0100 2009: > 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. When using the ocamlbuild procedure, the installation is done via ./build/install.sh. BTW what were your errors with the `make' procedure? > > 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 > > -- Nicolas Pouillard