Appears to be working for me in 8.04:

$ tcc -run <(echo 'int main(){puts("hello world!");}')
hello world!
$ tcc <(echo 'int main(){puts("hello world!");}')
$ echo $?
0
$ ./a.out 
hello world!

-- 
tcc -run works but tcc can't produce a.out.
https://bugs.launchpad.net/bugs/1898
You received this bug notification because you are a member of MOTU,
which is a bug assignee.

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to