Re: [CIL users] Compiling on Windows

2013-08-15 Thread Colin Adams
Thanks. Actually I had deleted the cil directory to start again. This time there was no problem. I think the problem arose because I checked out using Git Bash (from MINGW32), and then I found I couldn't configure from there (no gcc), so I switched to cygwin. This time I checked out from cygwin.

Re: [CIL users] Compiling on Windows

2013-08-15 Thread Jonathan Kotker
Try deleting the config.sub file, and then running the 'dos2unix' command on the items in the folder: 'dos2unix *' That should convert the carriage returns to the UNIX-specific newlines. On 15 August 2013 01:09, Colin Adams wrote: > I'm having a problem. > > When I run ./configure (from cygwin

[CIL users] Compiling on Windows

2013-08-15 Thread Colin Adams
I'm having a problem. When I run ./configure (from cygwin bash shell) I get the error: cannot run /bin/sh ./config.sub If I try to run it myself, it complains about carriage returns. Since that file is being generated by configure, I can't fix it directly. Does anyone know what the solution is?

[CIL users] Compiling on Windows

2009-12-01 Thread Avishay Ben Shabtai
hi all Please Help did someone has successfully built cil package on windows since i am struggling step by step for example i found out that i need to change: Makefile.ocaml to use -cc cl as compile parameter Best Regards, Avishay -