Re: [Gcl-devel] Building GCL from CVS on Ubuntu 12.04

2013-01-23 Thread Camm Maguire
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

Re: [Gcl-devel] Building GCL from CVS on Ubuntu 12.04

2013-01-23 Thread Raymond Toy
> "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

Re: [Gcl-devel] Building GCL from CVS on Ubuntu 12.04

2013-01-23 Thread Camm Maguire
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" >

Re: [Gcl-devel] Building GCL from CVS on Ubuntu 12.04

2013-01-22 Thread Raymond Toy
> "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>

Re: [Gcl-devel] Building GCL from CVS on Ubuntu 12.04

2013-01-22 Thread Camm Maguire
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

[Gcl-devel] Building GCL from CVS on Ubuntu 12.04

2013-01-21 Thread Mario S. Mommer
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