On Thu, Aug 18, 2005 at 09:26:29AM -0500, Moises Silva wrote: > i guess you are trying to run a non compiled C program, you have to > compile it first. > > # gcc sample.c -o sample > > then from asterisk run the executable 'sample' without the extension '.c'
Alternatively, apt-get install tcc, and put "#!/usr/bin/tcc' as the first line of your "script" . And no, this is normally not a practical solution. But tcc's author is know to boot kernels from source this way sometimes. -- Tzafrir Cohen | [EMAIL PROTECTED] | VIM is http://tzafrir.org.il | | a Mutt's [EMAIL PROTECTED] | | best ICQ# 16849755 | | friend _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
