Browse thread
[Caml-list] New Ensemble release, 1.35
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Friedman Roy <roy@c...> |
| Subject: | [Caml-list] Problem building -custom on Windows 2000 |
Hello, 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. It seems that somewhere there is inconsistency between the way parsing of environment variables is done between the ocaml compiler and linker. P.S. when I build an ocaml app without the -custom switch, it works fine! Any ideas anyone? Thanks, Roy ------------------- 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