Could you please look where do you have your stddef.h? $ find / -name stddef.h
Probably it's in some directory specific for gcc, or... dunno. On Thu, Jun 29, 2006 at 12:52:33AM -0500, t35t0r wrote: > Message-ID: <[EMAIL PROTECTED]> > Date: Thu, 29 Jun 2006 00:52:33 -0500 > From: t35t0r <[EMAIL PROTECTED]> > To: [email protected] > Subject: [Tinycc-devel] tcc with glibc-2.3.6 stdio.h and hello world > > Hi, > > trying to compile: > > #include <stdio.h> > > int main() { > printf("Hello\n"); > return 0; > } > > with tcc hello.c gives: > > In file included from hello.c:1: > /usr/include/stdio.h:34: include file 'stddef.h' not found > > How do I get this to compile? The system has glibc-2.3.6 libraries. > > Thanks > > > _______________________________________________ > Tinycc-devel mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/tinycc-devel -- 4.3 BSD UNIX #1: Fri Jun 6 19:55:29 PDT 1986 Would you like to play a game? Lubomir Kundrak <http://skosi.org/~lkundrak/> NetBSD.sk <http://netbsd.sk/> Slovak Open Source Initiative <http://skosi.org/> _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
