This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc input files
- From: silverio dot di at qem dot it
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 18 Mar 2009 09:47:11 +0100
- Subject: gcc input files
Hi to all,
I would like to know if is possible use pipe to pass
gcc input files instead use an actual file, eg:
cat test.c | gcc -s
I need to use gcc without use real stored files
<my code generator> -> pipe -> gcc
Have you same suggestion ?
Thank you very much
Silverio