caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Xavier Leroy <xavier.leroy@inria.fr>
To: Walter Rader <wrader@OCF.Berkeley.EDU>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Compiling OCaml under Windows+Cygwin
Date: Thu, 20 Dec 2001 10:52:12 +0100	[thread overview]
Message-ID: <20011220105212.C3442@pauillac.inria.fr> (raw)
In-Reply-To: <5.1.0.14.2.20011217162719.00b01178@mail.ocf.berkeley.edu>; from wrader@OCF.Berkeley.EDU on Mon, Dec 17, 2001 at 04:53:31PM -0800

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


      reply	other threads:[~2001-12-20  9:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-18  0:53 Walter Rader
2001-12-20  9:52 ` Xavier Leroy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011220105212.C3442@pauillac.inria.fr \
    --to=xavier.leroy@inria.fr \
    --cc=caml-list@inria.fr \
    --cc=wrader@OCF.Berkeley.EDU \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).