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 SAA27952; Mon, 23 Feb 2004 18:37:07 +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 SAA27777 for ; Mon, 23 Feb 2004 18:37:06 +0100 (MET) Received: from postfix3-1.free.fr (postfix3-1.free.fr [213.228.0.44]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i1NHb5ae006784 for ; Mon, 23 Feb 2004 18:37:05 +0100 Received: from imp5-q.free.fr (imp5-q.free.fr [212.27.42.5]) by postfix3-1.free.fr (Postfix) with ESMTP id 61BC4C4246 for ; Mon, 23 Feb 2004 18:37:05 +0100 (CET) Received: by imp5-q.free.fr (Postfix, from userid 33) id 58E93108B3; Mon, 23 Feb 2004 18:37:05 +0100 (MET) Received: from 193.52.93.233 ([193.52.93.233]) by imp5-q.free.fr (IMP) with HTTP for ; Mon, 23 Feb 2004 18:37:05 +0100 Message-ID: <1077557825.403a3a41444ed@imp5-q.free.fr> Date: Mon, 23 Feb 2004 18:37:05 +0100 From: GhostDog To: caml-list@inria.fr Subject: [Caml-list] Problem when using the native-code compiler and the Graphics module MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Miltered: at concorde by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; ocamlopt:01 cmx:01 usr:01 gcc:01 usr:01 cachan:99 compiler:01 ocaml:01 command:98 -lx:01 lib:01 lib:01 native-code:02 compile:02 linking:02 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hello ! I'm trying to run the following command : ocamlopt graphics.cmx flocon.ml -S -cclib -L/usr/X11/lib -cclib -lX11 -o flocon.exe to compile flocon.ml using the Graphics module. Unfortunately it doesn't work, and returns : gcc: /usr/local/lib/ocaml/graphics.o: No such file or directory Error during linking Why is that so ? Thanks. -- J.B. Domelevo ENS Cachan - Brittany extension ------------------- 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