From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <427972b8ad9922ba842f2239672d48c9@quintile.net> From: "Steve Simon" Date: Wed, 11 Mar 2015 23:19:42 +0000 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] ken cc for linux Topicbox-Message-UUID: 492cd3ca-ead9-11e9-9d60-3106f5b1d025 > That's ape with ape/pcc, which is ANSI-compliant, not a port of the > non-compliant base compilers (6c, 8c, etc.). This is true, however pcc is just a driver that runs cpp and pipes its output to 8c (assuming you are on a 386). hugo% cd /sys/src/ape/cmd hugo% hugo% pcc -v -c -D_POSIX_SOURCE kill.c cpp -D__STDC__=1 -N -D_POSIX_SOURCE -I/386/include/ape -I/sys/include/ape kill.c | 8c -o kill.8 Gawk has been compiled with APE, I was mearly suggesting it might be helpful to Aharon if this was repeated to confirm the continued portability of the gawk code. -Steve