[
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: | 2006-07-27 (10:21) |
From: | Oliver Bandel <oliver@f...> |
Subject: | Re: [Caml-list] Cross-compiling Caml programs |
On Thu, Jul 27, 2006 at 11:56:21AM +0200, Sbastien Hinderer wrote: > Dear all, > > Is it possible, under Linux, to compile a Caml program so that it will > run correctly on a Windows + cygwin system (w:ere Caml is installed) ? > > Perhaps one should use byte-code compilation for that purpose, but is > it enough ? > Does windows + cygwin support the #!/path/ocamlrun trick ? > [...] As far as I know Sourcecode and Bytecode is compatible, but not all modules are supported on the stand-alone windows-versions, for example Unix-module is not 100% supported. Loook here, at the end of the page: http://caml.inria.fr/ocaml/portability.en.html Ciao, Oliver