tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] tcc with glibc-2.3.6 stdio.h and hello world


From: t35t0r
Subject: [Tinycc-devel] tcc with glibc-2.3.6 stdio.h and hello world
Date: Thu, 29 Jun 2006 00:52:33 -0500

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




reply via email to

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