tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Any program including <stdlib.h> fails in Ubuntu >= 6


From: David A. Wheeler
Subject: Re: [Tinycc-devel] Any program including <stdlib.h> fails in Ubuntu >= 6.06
Date: Fri, 04 May 2007 15:10:45 -0400 (EDT)

Pedro A ARANDA:
> Whenever I include <stdlib.h> I get the same message
> I have detected this quirk in Ubuntu (doesn't happen in Debian testing,  
> though).
> Any pointers?

tcc-0.9.23 has this problem on Fedora Core 6 as well. E.G., when compiling:
#include <stdlib.h>
main() {}
It'll reply with the "identifier expected" message.

Landley's tcc fork at tinycc-rl-1.0.0 (released Apr 29, 2007) includes a patch 
that fixes this.  You can get it from:
http://landley.net/code/tinycc/

--- David A. Wheeler




reply via email to

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