Browse thread
Re: [Caml-list] MingW compiler (!) and Ocaml for Windows
[
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: | kyra <kyrab@m...> |
| Subject: | Re: [Caml-list] MingW compiler (!) and Ocaml for Windows |
Markus E L wrote: > OK. So it seems, @responsefile is only used sometimes, not > always. That makes it difficult to see wether the situation actually > persists. When was that you got the problem and (if you remember) with > which version (approximately at least) of MSYS/MingW). As I said, I'd > be interested in the long run to get a distribution of OCaml that is > independent of Cygwin and Visual C++. @responsefile is only used when command-line length exceeds 256 (see code in utils/ccomp.ml). @responsefile idiosyncrasy is a problem of MSYS only (not MinGW).