From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA29386; Tue, 29 Jun 2004 16:04:15 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id QAA29425 for ; Tue, 29 Jun 2004 16:04:13 +0200 (MET DST) X-SPAM-Warning: Sending machine is listed in blackholes.five-ten-sg.com Received: from gatekeeper.elmer.external.excelhustler.com (gatekeeper.excelhustler.com [68.99.114.105]) by nez-perce.inria.fr (8.12.10/8.12.10) with ESMTP id i5TE4CEV007719 for ; Tue, 29 Jun 2004 16:04:12 +0200 Received: from chatterbox.elmer.internal.excelhustler.com (unknown [192.168.0.12]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "chatterbox.elmer.internal.excelhustler.com", Issuer "excelhustler.com" (not verified)) by gatekeeper.elmer.external.excelhustler.com (Postfix) with ESMTP id EED4034888; Tue, 29 Jun 2004 09:04:10 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by chatterbox.elmer.internal.excelhustler.com (Postfix) with ESMTP id BB0C534887; Tue, 29 Jun 2004 09:04:10 -0500 (CDT) Received: from chatterbox.elmer.internal.excelhustler.com ([192.168.0.12]) by localhost (chatterbox [192.168.0.12]) (amavisd-new, port 10025) with ESMTP id 23399-10; Tue, 29 Jun 2004 09:03:56 -0500 (CDT) Received: from wile.internal.excelhustler.com (wile.internal.excelhustler.com [192.168.1.34]) by chatterbox.elmer.internal.excelhustler.com (Postfix) with ESMTP id 8CDBE67ADB; Tue, 29 Jun 2004 09:03:56 -0500 (CDT) Received: by wile.internal.excelhustler.com (Postfix, from userid 1000) id 8AAE01E086; Tue, 29 Jun 2004 09:03:56 -0500 (CDT) Date: Tue, 29 Jun 2004 09:03:56 -0500 From: John Goerzen To: Thomas Fischbacher Cc: caml-list@pauillac.inria.fr Subject: Re: [Caml-list] Ocaml on AIX Message-ID: <20040629140356.GA23165@excelhustler.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at excelhustler.com X-Miltered: at nez-perce with ID 40E176DC.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 2004:99 3.07:01 ocamlopt:01 ocamlopt:01 ocaml:01 ocaml:01 -custom:01 bytecode:01 0200,:01 binary:02 compile:02 wrote:03 compiled:05 standalone:05 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Tue, Jun 29, 2004 at 02:40:15PM +0200, Thomas Fischbacher wrote: > Hence, before I write an application for computing resources on that > machine, I'd like to ask if there is anyone out there who could compile > my code for AIX (needs ocaml 2.07.2a and libnums-ocaml 3.07)? You should be aware that ocamlopt does not presently work on AIX. So the best you could do would be bytecode (though if compiled with -custom, you could still achieve a standalone binary). Actually, it may be possible to make ocamlopt work on AIX 4.x, but we have 5.1 over here. -- John ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners