Re: [Tinycc-devel] Fwd: Virus detected in Windows programs made by tcc.

2008-04-02 Thread Hanzac Chen
On Wed, Apr 2, 2008 at 9:46 AM, Daniel King wrote: I checked out the latest revision of tinycc and compiled successfully with MinGW gcc 4.3.0. But virus detected by my Symantec AntiVirus when I compiled hello_win.c. hello_win.exe can be fired if I disable the Symantec AntiVirus. The virus'

[Tinycc-devel] TCC version 0.9.24 is out

2008-04-02 Thread grischka
Latest new features are compilation from standard input and multiple verbosity levels (tcc -v, -vv, -vvv). Get it from here: http://fabrice.bellard.free.fr/tcc/ Or here: http://savannah.nongnu.org/projects/tinycc Future plans? Well, what about splitting the sources into parts and making them

Re: [Tinycc-devel] TCC version 0.9.24 is out

2008-04-02 Thread Fabrice Bellard
grischka wrote: Latest new features are compilation from standard input and multiple verbosity levels (tcc -v, -vv, -vvv). Get it from here: http://fabrice.bellard.free.fr/tcc/ Or here: http://savannah.nongnu.org/projects/tinycc Future plans? Well, what about splitting the sources

Re: [Tinycc-devel] TCC version 0.9.24 is out

2008-04-02 Thread Hanzac Chen
On Thu, Apr 3, 2008 at 1:50 AM, grischka wrote: Latest new features are compilation from standard input and multiple verbosity levels (tcc -v, -vv, -vvv). Get it from here: http://fabrice.bellard.free.fr/tcc/ Or here: http://savannah.nongnu.org/projects/tinycc Future plans? Well, what