[Larceny-users] Larceny 0.961 build annoyances

Jed Davis jdev at panix.com
Sat Jun 21 20:33:01 EDT 2008


On Sat, Jun 21, 2008 at 07:47:31PM +0100, David Rush wrote:
> HI y'all -
> 
> I don't know what it is with my Debian systems, but I seem to have
> endless problems building Larceny on them. My latest round has
> occurred with the 0.961 source code tarball. I can't use the binary
> release because of libc incompatibility with my Debian Etch release,

Let's see... Etch seems to have glibc 2.3.6, according to
packages.debian.org, and:

$ nm /usr/local/lib/larceny-0.961/larceny.bin| grep ' U .*@@' | tr @ \  | sort -k3 | tail -5
         U dlopen  GLIBC_2.1
         U fclose  GLIBC_2.1
         U fopen  GLIBC_2.1
         U __ctype_b_loc  GLIBC_2.3
         U __stack_chk_fail  GLIBC_2.4

A quick check on the Web suggests invoking GCC with -fno-stack-protector
as one way to prevent that last symbol from being used; I have not
sought to confirm or deny that hypothesis, nor the related question of
whether that's the only issue preventing use on older systems.

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))



More information about the Larceny-users mailing list