Re: Build problem on 64 bit Linux
Blake McBride <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <CABwHSOtysnuDjz3Nr_wbRK=XNMBXNt+XkoF4mRMdie8GPxki9g@mail.gmail.com> |
Okay. Thanks. I got the following from a clean checkout:
$ sh -vx configure with-gcc
...
esac
+ STACK_LIMIT=8192
stacksizelimit=`ulimit -s 2>/dev/null || :` # cygwin /bin/sh ulimit is
broken
+ ulimit -s
+ stacksizelimit=8192
# need 3 separate test calls because of "integer expression expected" errors
# when $stacksizelimit is "" or "unlimited" (no short-circuiting!)
set +e;
+ set +e
test -z "$stacksizelimit" || { test "$stacksizelimit" != unlimited && test
"$stacksizelimit" -lt ${STACK_LIMIT}; }
+ test -z 8192
+ test 8192 != unlimited
+ test 8192 -lt 8192
STACK_TOO_SMALL=$? # 0=true => need to reset; 1=false => big enough
+ STACK_TOO_SMALL=1
# Ensure exit on failure in pipes (... | tee ...) below.
# This works with bash, ksh and zsh.
set -o pipefail 2>/dev/null
+ set -o pipefail
$
On Mon, Dec 11, 2017 at 9:49 PM, Sam Steingold <[email protected]> wrote:
> > * Blake McBride <[email protected]> [2017-12-11 20:37:32 -0600]:
> >
> > Every time I run it with bash -vx the whole thing works and I can build.
> > Every time I run ./configure without bash -xv it fails as I described.
>
> my fault.
> use "sh" instead of "bash".
> looks like we use an extension of bash which is not supported by stock
> sh.
> (I know you are on linux and sh is a link to bash, but when you run it
> as sh instead of bash is behaves differently)
>
> Thanks.
>
> --
> Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1504
> http://steingoldpsychology.com http://www.childpsy.net http://camera.org
> http://no2bds.org http://thereligionofpeace.com http://www.dhimmitude.org
> My name is Deja Vu. Have we met before?
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel