caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Compiling OCaml under Windows+Cygwin
@ 2001-12-18  0:53 Walter Rader
  2001-12-20  9:52 ` Xavier Leroy
  0 siblings, 1 reply; 2+ messages in thread
From: Walter Rader @ 2001-12-18  0:53 UTC (permalink / raw)
  To: caml-list

I'm attempting to compile OCaml 3.0.2 on Windows 2000.  I have
the Cygwin system installed, and everything compiles fine until
make gets to ocaml-3.02\otherlibs\labltk\lib\Makefile at which
point make dies.  Here's the output:

../../../boot/ocamlrun ../../../ocamlc -I ../../../stdlib -custom -linkall 
-o la
bltktop.exe -I ../support \
        -I ../../../toplevel toplevellib.cma labltk.cma \
        -I ../../unix unix.cma \
        -I ../../str str.cma \
        topmain.cmo
gcc: FilesOCamlbin: No such file or directory
gcc: FilesOCamlbin: No such file or directory
Error while building custom runtime system
make: *** [labltktop.exe] Error 2


Has anyone seen this error before?  I can't locate what is trying to
reference "FilesOCamlbin".  Any pointers would be greatly
appreciated.

Thanks!

Walter Rader

-------------------
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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] Compiling OCaml under Windows+Cygwin
  2001-12-18  0:53 [Caml-list] Compiling OCaml under Windows+Cygwin Walter Rader
@ 2001-12-20  9:52 ` Xavier Leroy
  0 siblings, 0 replies; 2+ messages in thread
From: Xavier Leroy @ 2001-12-20  9:52 UTC (permalink / raw)
  To: Walter Rader; +Cc: caml-list

> ../../../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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-20  9:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-18  0:53 [Caml-list] Compiling OCaml under Windows+Cygwin Walter Rader
2001-12-20  9:52 ` Xavier Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).