From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnold@skeeve.com Message-Id: <201503120639.t2C6dRv7008939@freefriends.org> Date: Thu, 12 Mar 2015 00:39:27 -0600 To: 9fans@9fans.net References: <427972b8ad9922ba842f2239672d48c9@quintile.net> In-Reply-To: <427972b8ad9922ba842f2239672d48c9@quintile.net> User-Agent: Heirloom mailx 12.4 7/29/08 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: 493bdbea-ead9-11e9-9d60-3106f5b1d025 Hi All. Thanks for the clarifications about ken's compiler. I don't know that I'll bother going to the go dist right now. > 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. I appreciate and accept your offer. To get the current code: git clone http://git.savannah.gnu.org/r/gawk.git cd gawk git checkout gawk-4.1-stable ./bootstrap.sh && ./configure && make && make check If you can't get to git from APE, then on Linux do the above and add make dist to create tarballs. The bootstrap.sh file merely sets timestamps. No autotools required! :-) Steve, feel free to continue the discussion with me off list, but please change the subject line so that your mail won't get squirrelled off into the 9fans mailbox by accident. Thanks! Arnold