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 TAA13039; Wed, 19 Feb 2003 19:41:42 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id TAA13056 for ; Wed, 19 Feb 2003 19:41:41 +0100 (MET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h1JIfaT08732; Wed, 19 Feb 2003 19:41:36 +0100 (MET) Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id TAA12997; Wed, 19 Feb 2003 19:41:35 +0100 (MET) Date: Wed, 19 Feb 2003 19:41:35 +0100 From: Xavier Leroy To: Ward Wheeler Cc: caml-list@inria.fr, Kimmo Mattila Subject: Re: [Caml-list] aix51 native-code assembly problem Message-ID: <20030219194135.B12836@pauillac.inria.fr> References: <5.2.0.9.0.20030219085035.038b3d18@mail.amnh.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <5.2.0.9.0.20030219085035.038b3d18@mail.amnh.org>; from wheeler@amnh.org on Wed, Feb 19, 2003 at 08:55:01AM -0500 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > A colleague is trying to compile an application (mostly OCAML, > a little C) for the aix51 operating system and get's the following > error when making native (bytecode compiles fine). Has anyone seen > this? Anyone know of a fix? This is a known issue with the PowerPC code generator of ocamlopt, however it should normally be fixed in OCaml version 3.06. If you're not using 3.06, I suggest an upgrade. If you are already using 3.06, I'd be interested in obtaining the sources in order to reproduce the problem. (Please send them to me directly.) - Xavier Leroy ------------------- 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