tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] I'm writing a Chinese article introducing TCC ...


From: ZHAO Wei
Subject: [Tinycc-devel] I'm writing a Chinese article introducing TCC ...
Date: Sun, 08 Jun 2003 08:30:45 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030529

Please Cc: me as I'm not subscribed! Thanks!

I was writing a Chinese article introducing TCC, so I came to the following experiment as I wanted to impress my readers with some neat tricks that could be played by TCC, so don't tell me it's totally useless please. :)

Or you could suggest me some neat tricks that I could play in front of my readers. :)

$ tcc -run tcc.c -v
tcc version 0.9.19
$ tcc -run tcc.c -run tcc.c -v
In file included from tcc.c:23:
/usr/include/stdlib.h:33: include file 'stddef.h' not found
$

So what I want to do is obvious, I think. :) But I can't progress the trick any further now. I'd like to dive into the code to see what actually happened. Actually I'm doing just that. In the mean time, I'm wondering if you could shed me some insights into this situation.

Ideally I want to be able to do

$ tcc -run tcc.c -run tcc.c -run ... -run tcc.c -v

Also, I planned another trick to impress my readers. I'd like to hear your opinions about them too! Thanks!

I want to do something like the following. Of course I cannot do this right now. I'm hoping to do some patches for this. But I'd like to hear your opinions. :)

$ zcat tcc.c.gz | tcc -run -

Thank you!

Please Cc: me as I'm not subscribed! Thank you!





reply via email to

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