This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]