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 SAA14406; Fri, 17 May 2002 18:16:52 +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 SAA14409 for ; Fri, 17 May 2002 18:16:51 +0200 (MET DST) Received: from arbi.Informatik.Uni-Oldenburg.DE (arbi.Informatik.Uni-Oldenburg.DE [134.106.1.7]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g4HGGor11965 for ; Fri, 17 May 2002 18:16:50 +0200 (MET DST) Received: from troja.Informatik.Uni-Oldenburg.DE ([134.106.1.36]) by arbi.Informatik.Uni-Oldenburg.DE (Exim 3.16) id 178kPS-0003AE-00; Fri, 17 May 2002 18:16:50 +0200 Received: from london.Informatik.Uni-Oldenburg.DE ([134.106.11.75]) by troja.Informatik.Uni-Oldenburg.DE (Exim 3.16) id 178kPR-0004dN-00; Fri, 17 May 2002 18:16:49 +0200 Received: from localhost by london.Informatik.Uni-Oldenburg.DE (Exim 3.16) id 178kPQ-0005kJ-00; Fri, 17 May 2002 18:16:48 +0200 Date: Fri, 17 May 2002 18:16:48 +0200 (MET DST) From: "Arne Koewing" To: Arne Koewing cc: OCAML Subject: [Caml-list] not a compilation unit description... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk compiling one of my programms with the native code compiler i get this error, does anyone know waht it exactly means? ocamlfind ocamlopt -noassert -inline 10 -a -o jammal.cmxa -package "pxp" \ -linkpkg \ -predicates "" jammal_parser.cmx /usr/lib/ocaml/pcre/pcre.cmxa is not a compilation unit description. I had a look to the compiler-source, this message should only be printed if an .cmx file has the wrong magic number. this file is an .cmxa with a correct magic number but it seems the native-code compiler wants to treat it as a .cmx file. any ideas? (is it a bug?) thanks for help, Arne Koewing ------------------- 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