Greetings!
Raymond Toy writes:
>> "Camm" == Camm Maguire writes:
>
> Camm> I haven't updated cvs head recently as I've been trying to
> Camm> solidify the experimental branch, which I hope to make the
>
> Oh. Maybe I should try the experimental branch.
>
I'm working on it now. Bo
> "Camm" == Camm Maguire writes:
Camm> I haven't updated cvs head recently as I've been trying to
Camm> solidify the experimental branch, which I hope to make the
Oh. Maybe I should try the experimental branch.
>> Why do you need a heap ceiling? How would I find out a value
Greetings!
Raymond Toy writes:
>> "Camm" == Camm Maguire writes:
>
> Camm> Greetings, and thanks! Here is the version from experimental, which
> Camm> (hopefully) will shortly be cvs head:
>
> Camm>heap_ceiling=0x`/bin/cat /proc/self/maps | egrep
> "/lib/([[^/]]*/)?ld"
>
> "Camm" == Camm Maguire writes:
Camm> Greetings, and thanks! Here is the version from experimental, which
Camm> (hopefully) will shortly be cvs head:
Camm>heap_ceiling=0x`/bin/cat /proc/self/maps | egrep
"/lib/([[^/]]*/)?ld"
Camm>| cut -f1 -d- | head -1`
Camm>
Greetings, and thanks! Here is the version from experimental, which
(hopefully) will shortly be cvs head:
heap_ceiling=0x`/bin/cat /proc/self/maps | egrep "/lib/([[^/]]*/)?ld"
| cut -f1 -d- | head -1`
This will vary slightly from run to run. We just use a truncated
(floor) value as ceilin
Hello,
I wanted to report that after applying the attached patch to the
configure script, I succeeded in compiling GCL from current CVS on an
x86_64 machine running Ubuntu 12.04.
Following additional steps were needed:
### Install gmp4
export CFLAGS=-I/path/to/gmp4/include/dir/
./configure --en