Vincent Lefevre <vinc...@vinc17.net> wrote:
> No, the "$@" needs to be at the end:
> Otherwise this gives
> tcc: error: file 'ab' not found

Well, that is a significant limitation.
Either you have working options, or you have working arguments to the program.
Focusing on arguments to the program makes sense since you can just hardcode 
the arguments to tcc.
Another even more unhinged option would be:
// 2>/dev/null ; exec tcc "$@"
where you would do e.g. ./42.c -static -run ./42.c 2a 9

Feel free to send patches for README and tcc-doc.texi to the ml

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to