Thanks, so my users would have to install Visual Studio anyway. Might be an
equal amount of work to make them install cygwin + wodi.

Also, it seems the oasis install command uses md. Does anyone know which
cygwin package would have this? (Sorry, google'ing didn't help me.)


On Fri, Dec 7, 2012 at 3:08 PM, Gerd Stolpmann <i...@gerd-stolpmann.de>wrote:

> Am 07.12.2012 20:43:23 schrieb(en) Ashish Agarwal:
>
>> Hi. I just installed OCaml on Windows with Wodi in less than 20 minutes
>>
>> from beginning to end! Firstly, thanks for this great work. And now some
>> questions:
>>
>> I managed to compile an executable. Will it run standalone on another
>> Windows machine?
>>
>
> Normally, yes. AFAIK the only critical point is the version of msvcrt.dll,
> which is not part of Windows itself, but of Visual Studio, and is normally
> distributed together with the application. OCaml executables are linked
> against msvcrt.
>
>
>> How come in a cmd.exe window, I can see the file using ls but not dir?
>>
>
> No idea. Looks like the hidden attribute is set. Executables should have
> an .exe suffix, and Cygwin plays games with the suffixes to fake Unix
> conventions.
>
> Gerd
>
>  C:\Program Files\Foo> ls
>> foo
>>
>> C:\Program Files\Foo> dir
>> Volume in drive C has no label.
>> ...
>> 0 File(s)     0 bytes
>>
>>
> ------Zitierte Anlage------
>
>> ______________________________**_________________
>> Godi-list mailing list
>> Godi-list@ocaml-programming.de
>> https://godirepo.camlcity.org/**mailman/listinfo/godi-list<https://godirepo.camlcity.org/mailman/listinfo/godi-list>
>>
>
> --
> ------------------------------**------------------------------
> Gerd Stolpmann, Darmstadt, Germany    g...@gerd-stolpmann.de
> Creator of GODI and camlcity.org.
> Contact details:        
> http://www.camlcity.org/**contact.html<http://www.camlcity.org/contact.html>
> Company homepage:       http://www.gerd-stolpmann.de
> ------------------------------**------------------------------
>
> ______________________________**_________________
> Godi-list mailing list
> Godi-list@ocaml-programming.de
> https://godirepo.camlcity.org/**mailman/listinfo/godi-list<https://godirepo.camlcity.org/mailman/listinfo/godi-list>
>
_______________________________________________
Godi-list mailing list
Godi-list@ocaml-programming.de
https://godirepo.camlcity.org/mailman/listinfo/godi-list

Reply via email to