From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p4UEuabf015519 for ; Mon, 30 May 2011 16:56:36 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArwCAN+v401KfVM2kGdsb2JhbAA/AQMShEmhWQgUAQEBAQkJDQcUBCGpIYtignOEDIkbAQEDBoElg2yBBwSQT4smO4EqghE X-IronPort-AV: E=Sophos;i="4.65,291,1304287200"; d="scan'208";a="84311161" Received: from mail-gw0-f54.google.com ([74.125.83.54]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 30 May 2011 16:56:08 +0200 Received: by gwb15 with SMTP id 15so2234923gwb.27 for ; Mon, 30 May 2011 07:56:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=ObmGiwSwmNg9xxpnOa7PUUqVFFPLZfLjdUqTsXV5xw4=; b=J95N/mLeeDqHHCvULsWzG5crqLN9KOXMgXbnXvN2gWfwXEkKxtKeUhrHz6RGd9uG7j IBYBSe+5jLl2nD63BTwXwRORsaBWHSjVZLGpo2suj4hwA9o6iNkKWdTrLCzr7s188HK9 iWVhAjiY7opZ1yMeTxetmS5mKPy21Px7XeJ/8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=Nd6jahjtLOPoZoNqq9uhUaLQKVdaTr+45jsbTygWcl02T/EjN4xXT8l1iRv5nf54SC On30VkpzITZrNHOTDl9+XjV82SbEze4p6LXSH7Mdi0DhlxCq4ZYqRXYooekAKdW5ZQpH fkliO4FFmUjhHe2XprnpPqbhuHgwTi828hq8s= MIME-Version: 1.0 Received: by 10.150.191.5 with SMTP id o5mr4123402ybf.124.1306767367053; Mon, 30 May 2011 07:56:07 -0700 (PDT) Sender: daniel.c.buenzli@gmail.com Received: by 10.147.99.11 with HTTP; Mon, 30 May 2011 07:56:06 -0700 (PDT) In-Reply-To: References: <20110519092949.GK30282@centi.ks368928.kimsufi.com> Date: Mon, 30 May 2011 16:56:06 +0200 X-Google-Sender-Auth: avdjtNmNWPsPHQQTtHacfieWGC8 Message-ID: From: =?UTF-8?Q?Daniel_B=C3=BCnzli?= To: Till Varoquaux Cc: Sylvain Le Gall , caml-list@inria.fr Content-Type: text/plain; charset=UTF-8 Subject: Re: [Caml-list] Re: oasis & macosx On 30 May 2011 15:54, Till Varoquaux wrote: > In order to compile and oasis install on OS-x you will need: > > _ To patch the makefile in file-utils. It calls [install] with -d > which is a gnu specific extension. It should probably use the install > bundled with configure but the patch I uploaded just makes the call > posix compatible. Thanks. That did it. Daniel