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 EAA10267; Sun, 13 May 2001 04:52:46 +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 EAA10271 for ; Sun, 13 May 2001 04:52:44 +0200 (MET DST) Received: from margaux.inria.fr (margaux.inria.fr [128.93.8.2]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f4D2qhb14671 for ; Sun, 13 May 2001 04:52:44 +0200 (MET DST) Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by margaux.inria.fr (8.7.6/8.7.3) with ESMTP id EAA01032 for ; Sun, 13 May 2001 04:52:43 +0200 (MET DST) Received: from kurims.kurims.kyoto-u.ac.jp (kurims.kurims.kyoto-u.ac.jp [130.54.16.1]) by nez-perce.inria.fr (8.11.1/8.10.0) with ESMTP id f4D2qfb29794 for ; Sun, 13 May 2001 04:52:42 +0200 (MET DST) Received: from localhost (isdnppp2.kurims.kyoto-u.ac.jp [130.54.16.103]) by kurims.kurims.kyoto-u.ac.jp (8.9.3/3.7W) with ESMTP id LAA14577; Sun, 13 May 2001 11:52:24 +0900 (JST) To: laurent.cheno@noos.fr Cc: caml-list@margaux.inria.fr Subject: Re: [Caml-list] OCaml install and MacOS X In-Reply-To: <200105120611.f4C6BNb00675@concorde.inria.fr> References: <200105120611.f4C6BNb00675@concorde.inria.fr> X-Mailer: Mew version 1.94.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-Id: <20010513115525J.garrigue@kurims.kyoto-u.ac.jp> Date: Sun, 13 May 2001 11:55:25 +0900 From: Jacques Garrigue X-Dispatcher: imput version 20000228(IM140) Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk From: Laurent Ch=E9no > I can't install completly OCaml : LablTk will not be built ... Is ther= e = > a solution ? > = > (I had installed XTools from Tenon and glib-gtk (from Tenon too).) > = > Thanks you in advance, > = > Laurent > = > ... > Replay debugger supported. > Threads library supported (using bytecode-level scheduling). > Location of X11 include files: /usr/X11R6/include/X11 > Options for linking with X11: -ccopt -L/usr/X11R6/lib -cclib -lX11 > NDBM found (in /usr/include) > Configuring LablTk... > tcl.h not found. > Configuration failed, LablTk will not be built. Extrait de ocaml-3.01/INSTALL: -tkdefs (default: none) -tklibs (default: determined automatically) These options specify where to find the Tcl/Tk libraries for LablTk. "-tkdefs" helps to find the headers, and "-tklibs" the C libraries. "-tklibs" may contain either only -L/path and -Wl,... flags, in which case the library names are determined automatically, or the actual libraries, which are used as given.= = Si configure ne trouve pas tcl.h ou libtcl.so, il faut lui passer les arguments -tkdefs ou -tklibs appropries. J'ignore ou` XTools les installe, mais une fois que vous aurez trouve' les repertoires concernes, la compilation devrait se passer sans probleme. Si ca ne marche toujours pas, envoyez-moi le resultat de ./configure -verbose Une remarque quand meme: Tcl/Tk et Glib/Gtk sont deux bibliotheques qui n'ont rien a` voir. J'espere que vous etes corrects quand vous dites que Tcl/Tk est inclus dans XTools. Pour Gtk, vous pouvez installer LablGTK. Cordialement, Jacques Garrigue ------------------- To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr