Porting UNIX Applications to the Mac
Tim Smith
tim at ism780c.UUCP
Sat Sep 20 05:25:59 AEST 1986
In article <305 at esl.UUCP> mac at esl.UUCP (Mike McNamara) writes:
>
> I use "cat | cc -O " myself.
On what UNIXs does this work? Most cc's that I have seen will not
take stdin. To get the desired results, I have always had to do this:
ln /dev/tty /dev/tty.c
cc -O /dev/tty.c # damn thing wants a ".c" file!
--
What's the difference between a duck?
Tim Smith USENET: sdcrdcf!ism780c!tim Compuserve: 72257,3706
Delphi or GEnie: mnementh
More information about the Comp.unix
mailing list