From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id DB77FBCAB for ; Sat, 28 May 2005 05:09:20 +0200 (CEST) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j4S39J5Z027960 for ; Sat, 28 May 2005 05:09:20 +0200 Received: by rproxy.gmail.com with SMTP id a36so562777rnf for ; Fri, 27 May 2005 20:09:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lbH1zXttW4WdBTrHQhBntprknd7O7YM8HhOz0wmvu1erdgsuJs5HBtNJv4XIb0r1sje+DcWhisy9Nx1jHIyY1CiZpa2Syn3V8Sf1MDNK6gNRIgqpbYqkRpnaOd3lJVRzOp9cSQiN9R4B5cW0jkdcpNRiZ8fQlzowGfoM3cM4sE0= Received: by 10.38.150.9 with SMTP id x9mr1055531rnd; Fri, 27 May 2005 20:09:19 -0700 (PDT) Received: by 10.38.209.33 with HTTP; Fri, 27 May 2005 20:09:19 -0700 (PDT) Message-ID: Date: Sat, 28 May 2005 15:09:19 +1200 From: Jonathan Roewen Reply-To: Jonathan Roewen To: caml-list@yquem.inria.fr Subject: [Caml-list] Building the compilers Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Miltered: at nez-perce with ID 4297E0E0.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 compilers:01 ocaml:01 posix:01 idioms:01 ocaml:01 pervasives:01 printf:01 compiler:01 makefile:01 unix:01 native:02 library:03 correctly:04 modify:05 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on yquem.inria.fr X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.2 X-Spam-Level: Hi, I'm working on building an ocaml environment free of Unix/POSIX idioms, which requires hacking a number of parts of the OCaml standard library (Pervasives, Printf, etc). I haven't tried to build anything yet, and am wondering if anyone could provide some tips on building this custom ocaml environment (native compiler, etc). I want to use the system installed ocaml tools to build the custom one, so I think the issue comes down to how to modify the Makefile correctly. All help/suggestions most welcome =3D) Jonathan