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 QAA24126; Wed, 23 May 2001 16:35:49 +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 QAA24122 for ; Wed, 23 May 2001 16:35:48 +0200 (MET DST) Received: from mailgw1.fhg.de (mailgw1.fhg.de [153.96.1.2]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f4NEZlf22714 for ; Wed, 23 May 2001 16:35:47 +0200 (MET DST) Received: from ilt.fhg.de (ilt.ilt.fhg.de [153.96.180.2]) by mailgw1.fhg.de (8.11.1/8.11.1) with ESMTP id f4NEZjv09647 for ; Wed, 23 May 2001 16:35:45 +0200 (MET DST) Received: from eent230 (iltpc099.ilt.fhg.de [192.102.148.99]) by ilt.fhg.de (8.9.3/8.9.3) with SMTP id QAA24972 for ; Wed, 23 May 2001 16:35:44 +0200 (MET DST) Message-Id: <200105231435.QAA24972@ilt.fhg.de> From: wester@ilt.fhg.de To: caml-list@inria.fr Date: Wed, 23 May 2001 16:35:46 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: [Caml-list] Directory problems X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, I have the VC++ port of Ocaml3.1 and cygwin installed. When I try to make a custom toplevel with ocamlmktop including labltk the linker alwasy looks for Tk83.lib and Tcl83.lib in the directory c:\tcl\lib. But I have installed Tcl at another location. I tried to set TCL_LIBRARY and TK_LIBRARY accordingly but this didn't change anything. The only workaround is to place the libs where the linker is looking for. The second problem I have with cygwin make is that the ocaml tools are not able to find files when absolute paths are given. For example ../dir works but /cygdrive/d/projects/dir does not. I also tried "d:\projects\dir" but this didn't work either. I can place the *.cma or *.cmx files in a directory that I can reach without specifying absolute paths but this is not the most elegant method. I would very much appreciate any help on this problems. Kind regards Rolf Wester ------------------------------------- Rolf Wester wester@ilt.fhg.de ------------------- To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr