X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20150715061826.21181.qmail@stuge.se> Date: Wed, 15 Jul 2015 08:18:26 +0200 From: "Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com]" To: "Peter Stuge \(peter AT stuge DOT se\) \[via geda-user AT delorie DOT com\]" Subject: Re: [geda-user] Re: geda-gaf on FreeBSD and probably other architectures Mail-Followup-To: "Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com]" References: <20150714103959 DOT GA17565 AT localhost DOT localdomain> <20150714140911 DOT GA18818 AT localhost DOT localdomain> <20150714143415 DOT 18024 DOT qmail AT stuge DOT se> <20150714210811 DOT 15037 DOT qmail AT stuge DOT se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk gedau AT igor2 DOT repo DOT hu wrote: >>>> Does the awk program work also with GNU awk -c and/or awk on OS X and >>>> *BSD? >>> >>> That would only convert a "not all systems have GNU date (or GNU binutils) >>> by default" problem into a "not all systems have GNU awk" problem, IMO. >> >> -c >> --traditional > > This does not solve the problem at all. It resolves the problem by answering whether strftime is portable. > The problem is that strftime() in awk is gnu-awk specific. I guessed so, which is why I asked to test with GNU awk -c. If the answer is no then awk can't solve the problem => resolved. //Peter