This is the mail archive of the gcc-bugs@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]

Re: ANSI compliance bug in Apple C compiler on OS X


On Tue, Jan 30, 2001 at 12:49:28AM +0000, Michael Hopkins wrote:
> 
> Is there a way for me to use a current pre-processor to spit out
> an intermediate file to feed to the Apple cc?  Sorry for the naive
> question - I'm a UNIX/GNU tools novice...

gcc <options> -E file.c -o file.i
applecc <options> -c file.i -o file.o

zw

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