gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mario S. Mommer
Subject: [Gcl-devel] Building GCL from CVS on Ubuntu 12.04
Date: Mon, 21 Jan 2013 23:20:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

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 --enable-dlopen --enable-ansi --enable-pic \
   --disable-statsysbfd 
make

A superficial test indicates that I obtain a working GCL in this way.

Regards,

      Mario

P.S: Note that the attached patch fixes the determination of the "heap
ceiling" only superficially. This number does not seem to be fixed
nowadays. Each time I run

/bin/cat /proc/self/maps | grep "/lib/.*ld" | cut -f1 -d- | head -1

it prints a different number.


Attachment: patch.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]