From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 5E60F81792 for ; Thu, 4 Jul 2013 03:08:42 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of berenger@riken.jp) identity=pra; client-ip=134.160.33.161; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="berenger@riken.jp"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of berenger@riken.jp designates 134.160.33.161 as permitted sender) identity=mailfrom; client-ip=134.160.33.161; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="berenger@riken.jp"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of postmaster@postman.riken.jp designates 134.160.33.161 as permitted sender) identity=helo; client-ip=134.160.33.161; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="berenger@riken.jp"; x-sender="postmaster@postman.riken.jp"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnMBABTK1FGGoCGhnGdsb2JhbABagzy+EYJzgSEOAQEBAQEGDQkJFCiCIwEBBThAEQsYCRYPCQMCAQIBRRMIAQGIC7o6j3IWg1cDiSGOKIYhjkQ X-IPAS-Result: AnMBABTK1FGGoCGhnGdsb2JhbABagzy+EYJzgSEOAQEBAQEGDQkJFCiCIwEBBThAEQsYCRYPCQMCAQIBRRMIAQGIC7o6j3IWg1cDiSGOKIYhjkQ X-IronPort-AV: E=Sophos;i="4.87,992,1363129200"; d="scan'208";a="19931240" Received: from postman1.riken.jp (HELO postman.riken.jp) ([134.160.33.161]) by mail3-smtp-sop.national.inria.fr with ESMTP; 04 Jul 2013 03:08:40 +0200 Received: from postman.riken.jp (postman1.riken.jp [127.0.0.1]) by postman.riken.jp (Postfix) with SMTP id AF2FA32C0109 for ; Thu, 4 Jul 2013 10:08:37 +0900 (JST) Received: from [172.27.98.103] (rikad98.riken.jp [134.160.214.98]) by postman.riken.jp (Postfix) with ESMTPA id 82A0E32A0085 for ; Thu, 4 Jul 2013 10:08:37 +0900 (JST) Message-ID: <51D4CB15.3070400@riken.jp> Date: Thu, 04 Jul 2013 10:08:37 +0900 From: Francois Berenger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: caml-list@inria.fr References: <51B1EBC1.3010401@lexifi.com> <20130703154910.GA23355@annexia.org> In-Reply-To: <20130703154910.GA23355@annexia.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.7.4.5740 Subject: Re: [Caml-list] OCaml on zLinux On 07/04/2013 12:49 AM, Richard W.M. Jones wrote: > On Fri, Jun 07, 2013 at 04:18:41PM +0200, Alain Frisch wrote: >> Dear all, >> >> Does anyone have any experience running OCaml on the zLinux >> operating system (i.e. Linux on IBM System z)? I suspect that the >> bytecode system would work fine, but it would be great to get >> confirmation of it. > > Yes, I have run OCaml (bytecode only of course!) on RHEL 6 > on a real s/390x system. > > Native code compilation would be great :-) I think there is a bytecode to C compiler somewhere. But I am not sure about its state in fact. F.