tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] argument length limt for scripts?


From: Stephan Beal
Subject: Re: [Tinycc-devel] argument length limt for scripts?
Date: Thu, 13 Jun 2013 18:35:38 +0200

On Thu, Jun 13, 2013 at 6:29 PM, David Mertens <address@hidden> wrote:
Don't you need something more like this?

#!/bin/sh
#if 0

exec /path/to/tcc ...your args here...
#endif
/* C code goes here */

Ah, then it's probably a misunderstanding on my side. i didn't realize (though i should have) that you were adding the shebang line to your .c file. i assumed you used a script in the first place (b/c that's what i do ;).

--
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal

reply via email to

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