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: Tue, 11 Jun 2013 21:12:15 +0200

On Tue, Jun 11, 2013 at 8:41 PM, Stevie G. Messervey <address@hidden> wrote:
#!/usr/local/bin/tcc -run -Iinclude -Llib -lccgi -luuid -lgmp -lcrypt -lsqlite3 -lmagic -lgd -lcurl -lquickmail -lgif -lfoo   -lbar

Take note the space between -lfoo and -lbar; if there is only a single space between
-lfoo and -lbar, tcc complains it cannot find -lb.

You're hitting a limit of the shell. You can work around it by using a shorter path to tcc, but that's of very limited use.

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

reply via email to

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