tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] include file not found


From: Daniel Glöckner
Subject: Re: [Tinycc-devel] include file not found
Date: Thu, 29 Jun 2006 21:18:41 +0200
User-agent: Mutt/1.4.2.1i

On Fri, Jun 30, 2006 at 01:40:11AM +0800, rty wrote:
> .\examples\fib.c:1: include file 'stdio.h' not found
> 
> my question: how to include stdio.h ?
> I use windows98

TCC does not provide stdio.h, as it was originally targetted at unix-like
systems where C header files are usually provided by the vendor.

You could try the free Borland 5.5 compiler (see
http://personal.sirma.bg/Jogy/bcc55.html ) or the open source MinGW
port of GCC (http://www.mingw.org ). Use Cygwin (http://www.cygwin.com )
if the C libraries that MinGW uses are not close enough to ISO/ANSI/POSIX
standards for your purpose.

Other free Windows compilers are:
- Open Watcom http;//www.openwatcom.org
- LCC-Win32 http://www.cs.virginia.edu/~lcc-win32/
- Microsoft Visual C++, somewhere on Microsoft's site

  Daniel

Attachment: pgpVW21Ufa_3g.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]