From: John Kelly on
On Fri, 06 Aug 2010 09:53:09 +0000, John Kelly <jak(a)isp2dial.com> wrote:

>I compiled bash 4.1 on Interix and command substitution works with
>backquotes, but not with $(...), I get an error message.


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.


--
Web mail, POP3, and SMTP
http://www.beewyz.com/freeaccounts.php

First  |  Prev  | 
Pages: 1 2
Prev: x883dbb
Next: Regular Expression