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=2.8 required=5.0 tests=DNS_FROM_RFC_POST, RCVD_IN_BL_SPAMCOP_NET autolearn=disabled version=3.1.3 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id EED24BC6E for ; Wed, 23 Jan 2008 13:08:56 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AusRAO68lkfDBFxdSWdsb2JhbACQCgMBARMEBwYHFASdBA X-IronPort-AV: E=Sophos;i="4.25,238,1199660400"; d="scan'208";a="8233942" Received: from mout3.freenet.de ([195.4.92.93]) by mail3-smtp-sop.national.inria.fr with ESMTP; 23 Jan 2008 13:08:56 +0100 Received: from [195.4.92.13] (helo=3.mx.freenet.de) by mout3.freenet.de with esmtpa (Exim 4.68) (envelope-from ) id 1JHePY-0007EI-6U for caml-list@yquem.inria.fr; Wed, 23 Jan 2008 13:08:56 +0100 Received: from q08a0.q.pppool.de ([89.53.8.160]:64373 helo=[192.168.178.20]) by 3.mx.freenet.de with esmtpa (ID bjoern.block1@freenet.de) (port 25) (Exim 4.68 #9) id 1JHePY-0003VL-0R for caml-list@yquem.inria.fr; Wed, 23 Jan 2008 13:08:56 +0100 Message-ID: <47972E57.2070500@hot.ee> Date: Wed, 23 Jan 2008 13:08:55 +0100 From: Misha Aizatulin User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Ocaml on Solaris? References: <4787C96E.3090904@hot.ee> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam: no; 0.00; ocaml:01 ocaml:01 sunos:01 bug:01 bug:01 cheers:01 caml-list:01 compiling:02 compiling:02 bugs:03 solved:04 guess:04 problem:05 nfs:06 sparc:07 hi, > ocaml works well on our machine: > > SunOS xxxxxx 5.8 Generic_108528-29 sun4u sparc SUNW,Sun-Blade-2500 > Solaris I guess I should have been more specific: I was referring to the impossibility of compiling OCaml over an NFS mount (I am working on a university SunRay with an NFS-root). The problem is described here: http://bugs.opensolaris.org/view_bug.do?bug_id=6573050 In the end I solved it by compiling on a USB-stick :) Cheers, Misha