[
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: | 2007-03-30 (00:24) |
From: | Vladimir Shabanov <vshabanoff@g...> |
Subject: | Re: [Caml-list] ocamlbuild under mingw |
For some reason I don't use cygwin, so compiling under one is not an option. MSYS works ok for me, since I use latest binutils & gcc compiled by myself, not from MinGW distribution (so no problems with @response files). As Nicolas Pouillard said, the problem with ocamlbuild was 'tput' command from termutils, which haven't been installed on my system. Now it works fine. 2007/3/29, Matthieu Wipliez <mwipliez@yahoo.fr>: > > Hello, > > > I compiled the MinGW version of OCaml on Cygwin from CVS yesterday, and did > not have a problem. The OCaml documentation states that one shoud "*not* > install the Mingw/MSYS development tools from www.mingw.org" to compile > OCaml. Have you tried Cygwin instead of MinGW, to see if it works better ? > > Hope this helps, > Matthieu >