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 JAA04030; Thu, 18 Jul 2002 09:41:43 +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 JAA04026 for ; Thu, 18 Jul 2002 09:41:42 +0200 (MET DST) Received: from kurims.kurims.kyoto-u.ac.jp (kurims.kurims.kyoto-u.ac.jp [130.54.16.1]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id g6I7feT18674 for ; Thu, 18 Jul 2002 09:41:40 +0200 (MET DST) Received: from localhost (suiren.kurims.kyoto-u.ac.jp [130.54.16.25]) by kurims.kurims.kyoto-u.ac.jp (8.9.3/3.7W) with ESMTP id QAA19351; Thu, 18 Jul 2002 16:41:32 +0900 (JST) To: roy@cs.technion.ac.il Cc: caml-list@inria.fr Subject: Re: [Caml-list] Problem building -custom on Windows 2000 In-Reply-To: References: X-Mailer: Mew version 1.94.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20020718164131R.garrigue@kurims.kyoto-u.ac.jp> Date: Thu, 18 Jul 2002 16:41:31 +0900 From: Jacques Garrigue X-Dispatcher: imput version 20000228(IM140) Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk From: Friedman Roy > Has anyone encountered the following problem: > My development environment is Windows 2000, Ocaml 3.04, and Dev Studio > .NET (for the necessary C compiler, linker, etc) > I am trying to build an ocaml application with the -custom switch. > The problem is that if OCAMLLIB is defined as "C:\program files\..." > the link stage fails claiming that it cannot find the relevant Ocaml > files. > However, if I define OCAMLLIB as C:\program files\... then Ocaml > thinks that C:\program and files are two different arguments. Classical problem. Try defining OCAMLLIB as C:\program~1\... Jacques Garrigue ------------------- 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