[
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: | 2001-12-20 (09:52) |
From: | Xavier Leroy <xavier.leroy@i...> |
Subject: | Re: [Caml-list] Compiling OCaml under Windows+Cygwin |
> ../../../boot/ocamlrun ../../../ocamlc -I ../../../stdlib -custom -linkall > -o labltktop.exe [...] > gcc: FilesOCamlbin: No such file or directory > > Has anyone seen this error before? I can't locate what is trying to > reference "FilesOCamlbin". Any pointers would be greatly > appreciated. You could try to add the -verbose option to ocamlc so that it prints the arguments given to gcc. My guess is that "FilesOCamlbin" could come from shell interpretation of a Windows-style path, e.g. C:\Program Files\Ocaml\bin, where the space isn't escaped and the \ are suppressed by the shell. Maybe you could figure out where this path comes from... - Xavier Leroy ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr