bug-bash
[Top][All Lists]
Advanced

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

Re: bash 4.1 command substitution


From: Chet Ramey
Subject: Re: bash 4.1 command substitution
Date: Mon, 09 Aug 2010 12:02:49 -0400
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6

On 8/7/10 8:02 PM, John Kelly wrote:
> On Fri, 06 Aug 2010 17:31:08 +0000, John Kelly <jak@isp2dial.com> wrote:
> 
>>> bash --version
>>> GNU bash, version 4.1.7(1)-release (i586-pc-interix3.5)
> 
>> Backquote command substitution works, but $(...) does not.
> 
>> I built it like this:
> 
>>> CFLAGS="-O2 -march=i686" \
>>> ./configure \
>>>    --mandir=/usr/local/man \
>>>    --enable-process-substitution
> 
> 
> Rebuilding it this:
> 
> CFLAGS="-O2 -march=i686" \
> ./configure \
>     --mandir=/usr/local/man \
>     --disable-nls
> 
> 
> fixes the problem, so it has something to do with nls.  The base Interix
> system is a bare bones environment, without GNU gettext.

Sounds like some kind of interaction between Interix and libintl.  I don't
have an Interix box to look at, but if you've found something that works,
go with it.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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