gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] cannot trap sbrk


From: Andrey G. Grozin
Subject: [Gcl-devel] cannot trap sbrk
Date: Sun, 2 Nov 2008 14:00:09 +0600 (NOVT)
User-agent: Alpine 1.10 (LRH 962 2008-03-14)

Hello,

I'm trying to build gcl-2.6.8 with debian patch 36 on a Gentoo linux box. Configure fails:

========
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-tkconfig=/usr/lib --enable-tclconfig=/usr/lib --enable-readline --with-x --disable-debug --enable-ansi --enable-infodir=usr/share/info --enable-emacsdir=/usr/share/emacs/site-lisp/gcl --build=i686-pc-linux-gnu

creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
host=i686-pc-linux-gnu
enable_machine=
use=386-linux
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -march=pentium4 -Wl,-O1) works... yes checking whether the C compiler (gcc -O2 -march=pentium4 -Wl,-O1) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for gawk... gawk
checking system version (for dynamic loading)... checking for makeinfo... makeinfo
Linux-2.6.26-tuxonice
checking for unistd.h... yes
checking for sysconf in -lc... yes
checking for _SC_CLK_TCK... 100
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking for external gmp version... checking for leading underscore in object symbols... no
checking for GNU ld option -Map... yes
checking for size of gmp limbs... 4
checking _SHORT_LIMB... no
checking _LONG_LONG_LIMB... no
checking for X... libraries , headers
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes



-lSM -lICE
checking for main in -lXmu... yes
checking for main in -lXt... yes
checking for main in -lXext... yes
checking for main in -lXaw... yes
checking for main in -lX11... yes
checking for bfd.h... yes
checking for bfd_init in -lbfd... yes
checking if need to define CONST for bfd... no
checking for useable bfd_boolean... yes
checking size of long... 4
checking sizeof struct contblock... 8
checking for endian.h... yes
checking endianness... little
checking for sbrk... yes
checking for randomized sbrk... yes
checking for ADDR_NO_RANOMIZE constant... 0x40000
checking for sys/personality.h... yes
cannot trap sbrk
========

This computer runs linux-2.6.26 kernel (more exactly, with tuxonice, but I don't think it matters). I've successfully built the same gcl on another Gentoo box, with 2.6.25 kernel. I see something about randomized sbrk; maybe, I should recompile the kernel and disable it?

Many thanks in advance,
Andrey






reply via email to

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