> Simon Marlow <[EMAIL PROTECTED]> wrote: > > > > - mkdependHS and friends need a cpp that accepts input on > > stdin, and files that don't end in ".c". That rules out > > 'gcc -E'. > > Use `gcc -E -` then. Good point :-) We also like to get as clean a cpp as possible - if you go through gcc -E you get a whole bunch of symbols defined, and cpp gets passed the -lang-c flag (whatever that means, but it looks pretty scary). Cheers, Simon
- Preprocessor question Michael Weber
- RE: Preprocessor question Simon Marlow
- RE: Preprocessor question Manuel M. T. Chakravarty
- Re: Preprocessor question Tony Finch
- RE: Preprocessor question Simon Marlow
- RE: Preprocessor question Manuel M. T. Chakravarty
- RE: Preprocessor question Simon Marlow
- RE: Preprocessor question 'Tony Finch'
- Re: Preprocessor question Michael Weber
- Re: Preprocessor question Michael Weber
- Re: Preprocessor question Sven Panne
- RE: Preprocessor question Simon Marlow