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 PAA11006; Mon, 24 Mar 2003 15:45:00 +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 PAA10950 for ; Mon, 24 Mar 2003 15:44:59 +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 h2OEitf10310; Mon, 24 Mar 2003 15:44:55 +0100 (MET) Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id PAA11097; Mon, 24 Mar 2003 15:44:54 +0100 (MET) Date: Mon, 24 Mar 2003 15:44:54 +0100 From: Xavier Leroy To: Yamagata Yoriyuki Cc: caml-list@inria.fr Subject: Re: [Caml-list] Compiling on ultrasparc Message-ID: <20030324154454.A11145@pauillac.inria.fr> References: <1048214637.16495.31.camel@dragonfly.localdomain> <1048249081.16494.49.camel@dragonfly.localdomain> <20030323175430.A14013@pauillac.inria.fr> <20030324.071356.84601415.yoriyuki@mbg.sphere.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20030324.071356.84601415.yoriyuki@mbg.sphere.ne.jp>; from yoriyuki@mbg.sphere.ne.jp on Mon, Mar 24, 2003 at 07:13:56AM +0900 X-Spam: no; 0.00; caml-list:01 ultrasparc:01 ocamlopt:01 glitch:01 compiler:01 -bit:01 ocaml:01 supported:01 configure:02 native-code:02 compiling:03 compilation:04 maybe:06 runs:07 correctly:08 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > > No. The (32-bit) code generated by the SPARC version of ocamlopt runs > > just fine on an UltraSPARC. > > When I built ocaml on UltraSPARC with Linux, configure reported the > native-code compilation is not supported. Maybe just configure don't > know the platform. Right, I forgot about this configure glitch, which is fixed in the working sources. Running configure with the option "-host sparc-unknown-linux-gnu" would correctly activate the native-code compiler. - 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