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 OAA16519; Fri, 14 Dec 2001 14:26:17 +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 OAA16788 for ; Fri, 14 Dec 2001 14:26:16 +0100 (MET) Received: from leia.mandrakesoft.com (office.mandrakesoft.com [195.68.114.34]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id fBEDQFj02623 for ; Fri, 14 Dec 2001 14:26:15 +0100 (MET) Received: by leia.mandrakesoft.com (Postfix, from userid 505) id B305057F3; Fri, 14 Dec 2001 14:25:43 +0100 (CET) To: Christophe Raffalli Cc: caml-list@inria.fr Subject: Re: [Caml-list] Segv while compiling ocaml-3.04 References: <3C19BAB4.13372263@univ-savoie.fr> From: Pixel Date: 14 Dec 2001 14:25:43 +0100 In-Reply-To: <3C19BAB4.13372263@univ-savoie.fr> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Christophe Raffalli writes: > After ./configure, make world crashes for 3.04 in > > ../boot/ocamlrun ../boot/ocamlc -g -nopervasives -c oo.mli > make[1]: *** [oo.cmi] Erreur de segmentation > make[1]: *** Deleting file `oo.cmi' > make[1]: Quitte le répertoire `/usr/local/src/ocaml-3.04/stdlib' > make: *** [coldstart] Erreur 2 at least it works here on cooker (mandrake devel version, post 8.1) i've only been having some pbs with building for a location and installing somewhere else (especially ld.conf and camlp4) while i'm at it, would this be useful for someone else? -------------------------------------------------------------------------------- --- ocaml-3.00/emacs/ocamltags.in.pix Mon Nov 29 14:03:30 1999 +++ ocaml-3.00/emacs/ocamltags.in Tue Dec 12 06:06:28 2000 @@ -1,4 +1,4 @@ -":" ; @EMACS@ -batch -l $0 "$@" ; status=$? ; : '--*-Emacs-Lisp-*--' <<';' +":" ; @EMACS@ --batch --no-init-file --no-site-file -l $0 "$@" ; status=$? ; : '--*-Emacs-Lisp-*--' <<';' ;; Copyright (C) 1998 Ian Zimmerman ;; This program is free software; you can redistribute it and/or -------------------------------------------------------------------------------- ------------------- 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