[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] compile issues on windows...
From: |
Joshua Phillips |
Subject: |
Re: [Tinycc-devel] compile issues on windows... |
Date: |
Tue, 5 Feb 2008 20:05:13 +0000 |
User-agent: |
KMail/1.9.7 |
-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.
> 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 to specify the include dir using -L
> option but in vain. A search of the maillist srchive also didn't help.