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 QAA25855; Tue, 18 Sep 2001 16:00:37 +0200 (MET DST) 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 QAA25358 for ; Tue, 18 Sep 2001 16:00:36 +0200 (MET DST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f8IE0Wr14207; Tue, 18 Sep 2001 16:00:32 +0200 (MET DST) Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA25286; Tue, 18 Sep 2001 16:00:32 +0200 (MET DST) Date: Tue, 18 Sep 2001 16:00:32 +0200 From: Xavier Leroy To: Art Yerkes Cc: caml-list@inria.fr Subject: Re: [Caml-list] BUG: sparc-sun-solaris2.8 and configure Message-ID: <20010918160032.D23689@pauillac.inria.fr> References: <200109101848.f8AImKY10451@mail.genxnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200109101848.f8AImKY10451@mail.genxnet.com>; from ayerkes@gmvnetwork.com on Mon, Sep 10, 2001 at 06:48:20PM -0000 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > I ran configure on a sparc-sun-solaris2.8 system (sparcv9), and > dblalign did not detect that ARCH_ALIGN_DOUBLE is needed for this > architecture. (ocamlrun gets a bus error in copy_double unless > compiled with ARCH_ALIGN_DOUBLE). Defining ARCH_ALIGN_DOUBLE in > config/m.h eliminates the bus error. You should have reported this to caml-bugs@inria.fr. At any rate, the problem is fixed in the working sources; see bugID #470 on http://caml.inria.fr/bin/caml-bugs. For your information, this is due to some versions of gcc imposing different alignment constraints whether -O is set or not... - Xavier Leroy ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr