guile-devel
[Top][All Lists]
Advanced

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

Re: guile loses on NetBSD/sparc64 1.6.2 with gcc 3.3.2


From: Rob Browning
Subject: Re: guile loses on NetBSD/sparc64 1.6.2 with gcc 3.3.2
Date: Thu, 26 Feb 2004 13:52:01 -0600
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Greg Troxel <address@hidden> writes:

> and had forgotten - I think my alpha woes were at least 3 or 4 years
> ago.  I can try to track this down more at some point.  Does
> readline work on your ia64 and alpha boxes?

Hmm, seems to work on the ia64.  Just after a build and make install:

  $ uname -m
  ia64
  $ PATH=/home/rlb/opt/guile-1.6/bin:${PATH} 
LD_LIBRARY_PATH=/home/rlb/opt/guile-1.6/lib 
GUILE_LOAD_PATH=/home/rlb/opt/guile-1.6/share/guile/1.6 guile 
  guile> (use-modules (ice-9 readline))
  guile> (activate-readline)
  guile> 7
  7

and on an alpha:

  $ uname -m
  alpha
  $ PATH=/home/rlb/opt/guile-1.6/bin:${PATH} 
GUILE_LOAD_PATH=/home/rlb/opt/guile-1.6/share/guile/1.6 
LD_LIBRARY_PATH=/home/rlb/opt/guile-1.6/lib guile
  guile> (use-modules (ice-9 readline))
  guile> (activate-readline)
  guile> 3
  3

In both cases, I used ./configure --enable-dynamic-linking
--prefix=/home/rlb/opt/guile-1.6.

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4




reply via email to

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