Re: [Tinycc-devel] compile issues on windows...

2008-02-06 Thread Prasad Gadgil / प्रसा द गा डगीळ
hi, Tnx to all, worked immediately after moving the files! Also tried with explicit path with -I regards, fafe On Feb 6, 2008 11:42 AM, grischka [EMAIL PROTECTED] wrote: From: Prasad Gadgil : The error is about not finding stdio.h. Unfortunately the available compiled zip for windows is

[Tinycc-devel] compile issues on windows...

2008-02-05 Thread Prasad Gadgil / प्रसा द गा डगीळ
Hi, This is a dummies Q. but it's been some time since I had compiled a program and looked at the paths on a command line etc. I have directly unzipped the compiled zip for windows. I am unable to compile the examples\fib.c. The error is about not finding stdio.h. I have tried a lot of variations

Re: [Tinycc-devel] compile issues on windows...

2008-02-05 Thread Joshua Phillips
-L specifies library directories, -I specifies include directories. Try using -I instead. On Tuesday 05 February 2008 18:14:46 Prasad Gadgil / प्रसाद गाडगीळ wrote: Hi, This is a dummies Q. but it's been some time since I had compiled a program and looked at the paths on a command line etc.

Re: [Tinycc-devel] compile issues on windows...

2008-02-05 Thread Marc Andre Tanner
On Tue, Feb 05, 2008 at 11:44:46PM +0530, Prasad Gadgil / प्रसाद गाडगीळ wrote: Hi, This is a dummies Q. but it's been some time since I had compiled a program and looked at the paths on a command line etc. I have directly unzipped the compiled zip for windows. I am unable to compile the

Re: [Tinycc-devel] compile issues on windows...

2008-02-05 Thread grischka
From: Prasad Gadgil : The error is about not finding stdio.h. Unfortunately the available compiled zip for windows is not correctly packed. You need to move the files from the 'bin' folder one level down into the parent folder. --- grischka ___