I\'ve seen this post that tells how to get gcc to compile from standard input (type file.c | gcc -x c -):
Is it possible to get GCC to read from a pipe?
But it