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 NAA18832; Thu, 18 Apr 2002 13:00:07 +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 NAA18828 for ; Thu, 18 Apr 2002 13:00:07 +0200 (MET DST) Received: from hirsch.in-berlin.de (hirsch.in-berlin.de [192.109.42.6]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g3IB06L01972 for ; Thu, 18 Apr 2002 13:00:06 +0200 (MET DST) Received: from hirsch.in-berlin.de (localhost [127.0.0.1]) by hirsch.in-berlin.de (8.12.1/8.12.1/Debian -2) with ESMTP id g3IB02Zp031443 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT); Thu, 18 Apr 2002 13:00:02 +0200 Received: (from uucp@localhost) by hirsch.in-berlin.de (8.12.1/8.12.1/Debian -2) with UUCP id g3IB02xb031428; Thu, 18 Apr 2002 13:00:02 +0200 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: caml-list@inria.fr Received: from localhost (oliver@localhost) by first.in-berlin.de (8.7.6/8.7.3) with SMTP id MAA02023; Thu, 18 Apr 2002 12:55:54 +0200 Date: Thu, 18 Apr 2002 12:55:54 +0200 (MET DST) From: Oliver Bandel To: Sven cc: caml-list@inria.fr Subject: Re: [Caml-list] make opt.opt => compilation-failure In-Reply-To: <20020418120443.A20006@dpt-info.u-strasbg.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hello, On Thu, 18 Apr 2002, Sven wrote: > On Thu, Apr 18, 2002 at 11:38:08AM +0200, Oliver Bandel wrote: > > Hello, > > > > I have tried to install OCaml 3.04 on a PPC-Linux. > > > > I got problems (compilation-errors (Assembler-Messages)) > > when doing an "make opt.opt". > > The I tried to do the opt-compilations separetly > > and there were no problems. > > After doing that I tried again 2make opt.opt" and it > > failed again. > > > > What is the problem? Isn't "makr opt.opt" the same > > as "make ocamlc.opt; make ocamlopt.opt; make ocamllex.opt" ? > > > > Is that a known problem? > > > > Should I send the compilation-output to that list or to > > a developper, who is specialized on PPC-platforms? > > It is a known problem, fixed in the CVS tree, and i did extract this precise > fix to add it to the debian ocaml package (btw, which linux distrib do you use > ?). I use a suse-linux 7.1. I may update to a newer one when I have more time. I normally use tar.gz-files and install it by myself (I don't know., if suse provides Ocaml-packages). > > Here is the fix as a standalone patch attached. How to use it? Can you give me an instruction? I think I have to use "patch". But whith which options and how do I use it to pathc the ocaml-sources? Thanx in Advance, Oliver P.S.: Where is the cvs-tree located (URL) and does it make sense genreally to prefer the cvs-distribution? Shouldn't be the Ocaml-distribution in tar.gz-format, available from the ocaml-pages/inria-ftp be a stable version for all platforms? ------------------- 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