bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MinGw port of gawkextlib


From: Andrew J. Schorr
Subject: Re: MinGw port of gawkextlib
Date: Thu, 12 May 2022 12:56:35 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, May 12, 2022 at 07:46:06PM +0300, Eli Zaretskii wrote:
> > Cc: bug-gawk@gnu.org
> > From: Manuel Collado <mcollado2011@gmail.com>
> > Date: Thu, 12 May 2022 18:03:27 +0200
> > 
> > >>    AWK = LC_ALL=$${GAWKLOCALE:-C} LANG=$${GAWKLOCALE:-C} 
> > >> AWKLIBPATH=../.libs:`$(GAWKPROG) 'BEGIN {print ENVIRON["AWKLIBPATH"]}' | 
> > >> sed "s,d:/,/d/,"`
> > 
> > Well, in my case it is not d: but c:. Perhaps The final sed command 
> > could be changed to something like | sed "s,:(.):/,/:\1/,"
> 
> Yes, d: is not general enough.  But we could use [a-z] instead.

I think it will be simpler to follow Manuel's original suggestion and simply
define AWKLIBPATH=../.libs.  That will work unless testing an extension
requires pulling in other extensions, which seems a bit unlikely. I will check
if that causes any trouble for any of the existing extensions.

Regards,
Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]