[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error: ‘eval_builtin’ undeclared
From: |
Chet Ramey |
Subject: |
Re: error: ‘eval_builtin’ undeclared |
Date: |
Tue, 30 Jan 2018 10:01:52 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 |
On 1/30/18 8:51 AM, Chet Ramey wrote:
> So if there's a problem with this kind of thing in gcc-4.8, I'd like to
> get some more information about what it is.
There doesn't seem to be. Running these commands on an ubuntu 14.04 system
with gcc-4.8 results in a working bash binary:
git clone http://git.savannah.gnu.org/git/bash
cd bash
bash ./configure -C
make
./bash -c 'echo $BASH_VERSION'
./bash --version
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/