Re: [CIL users] Problem with MSVC mode in Windows

2011-09-13 Thread Gabriel Kerneis
On Fri, Jul 22, 2011 at 02:05:43PM -0400, Feng Zhu wrote: > > On Thu, Jul 21, 2011 at 06:41:53PM -0400, Feng Zhu wrote: > > > To use cilly in MSVC mode, I: > > > 1. set environment variables. > > > 2. launch the Visual Studio Command Prompt (2010) > > > 3. launch Cygwin in it > > >

Re: [CIL users] Problem with MSVC mode in Windows

2011-07-22 Thread Feng Zhu
Hi, I rerun ./configure and get this output: checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... no checking for suffix of object fil

Re: [CIL users] Problem with MSVC mode in Windows

2011-07-22 Thread Gabriel Kerneis
On Thu, Jul 21, 2011 at 06:41:53PM -0400, Feng Zhu wrote: > To use cilly in MSVC mode, I: > 1. set environment variables. > 2. launch the Visual Studio Command Prompt (2010) > 3. launch Cygwin in it > 4. test cilly (cilly --mode=MSVC test.c) > But I got a warning : > >

Re: [CIL users] Problem with MSVC mode in Windows

2011-07-22 Thread Marco Trudel
Funny! Last message to the list (July 5th) was from me with pretty much exactly the same message. But as I said, "last message to the list". So, no answer (yet). Cheers! Marco On 22.07.2011 00:41, Feng Zhu wrote: > Hi,all, > > I want to merge a Windows project so I install CIL in Cygwin(

[CIL users] Problem with MSVC mode in Windows

2011-07-21 Thread Feng Zhu
Hi,all, I want to merge a Windows project so I install CIL in Cygwin(svn checkout, configure, make). And after configure finished, the CIL configuration shows: (optional) cl.exe found: HAS_MSVC yes. It seems that CIL has recognized cl compiler.