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