Re: [cfe-users] Simple code refuses to compile ...

2015-08-05 Thread Mayuresh Kathe
On 2015-08-05 03:40 PM, Kim Gräsman wrote: On Wed, Aug 5, 2015 at 12:00 PM, Mayuresh Kathe wrote: Okay, did some hunting and reading, looks like Microsoft has something called "Microsoft SDK for Windows 7". That contains the linker and a bunch of other tools. Thanks for that tip about Visual

Re: [cfe-users] Simple code refuses to compile ...

2015-08-05 Thread Kim Gräsman
On Wed, Aug 5, 2015 at 12:00 PM, Mayuresh Kathe wrote: > > Okay, did some hunting and reading, looks like Microsoft has something > called "Microsoft SDK for Windows 7". > That contains the linker and a bunch of other tools. > > Thanks for that tip about Visual C++ Express, it showed me what else

Re: [cfe-users] Simple code refuses to compile ...

2015-08-05 Thread Mayuresh Kathe
On 2015-08-05 03:05 PM, Kim Gräsman wrote: On Wed, Aug 5, 2015 at 11:24 AM, Mayuresh Kathe wrote: No, I am not using MinGW/Cygwin, neither do I have Visual Studio installed. I tried the '-v' to see what happens (as suggested), and it threw back a whole lot of information which I could not u

Re: [cfe-users] Simple code refuses to compile ...

2015-08-05 Thread Kim Gräsman
On Wed, Aug 5, 2015 at 11:24 AM, Mayuresh Kathe wrote: > > No, I am not using MinGW/Cygwin, neither do I have Visual Studio installed. > I tried the '-v' to see what happens (as suggested), and it threw back a > whole lot of information which I could not understand. > > Is there any way to install

Re: [cfe-users] Simple code refuses to compile ...

2015-08-05 Thread Mayuresh Kathe
Hi Kim, On 2015-08-05 02:38 PM, Kim Gräsman wrote: Hi Mayuresh, On Tue, Aug 4, 2015 at 1:01 PM, Mayuresh Kathe wrote: I have installed LLVM-3.8.0-r243265-win64 for my Windows 7 Professional 64-bit and tried to compile a simple program called "test.c" (below); int main(void) { return

Re: [cfe-users] Simple code refuses to compile ...

2015-08-05 Thread Kim Gräsman
+new list On Wed, Aug 5, 2015 at 11:08 AM, Kim Gräsman wrote: > Hi Mayuresh, > > On Tue, Aug 4, 2015 at 1:01 PM, Mayuresh Kathe wrote: >> >> I have installed LLVM-3.8.0-r243265-win64 for my Windows 7 Professional >> 64-bit and tried to compile a simple program called "test.c" (below); >> >> int