Re: guile dlopen problems on Mac OS X

2009-08-04 Thread Ken Raeburn
On Aug 4, 2009, at 15:22, Andy Wingo wrote: The correct suffix for dynamically-linked libraries on Mac OS X is ".dylib". This is just a problem in the error message; the .so string comes from libltdl, not from Guile. If I adjust LD_LIBRARY_PATH but don't create the .so symlink, "guile- tools

Re: guile 1.9.1 crash trying to profile code

2009-08-04 Thread Andy Wingo
On Tue 04 Aug 2009 11:26, Ken Raeburn writes: > % guile > Guile Scheme interpreter 0.5 on Guile 1.9.1 > Copyright (C) 2001-2008 Free Software Foundation, Inc. > > Enter `,help' for help. > scheme@(guile-user)> ,pr (cons 1 2) > Backtrace: Hasn't ever worked, I'm afraid. But perhaps I'll get aroun

Re: can't configure --with-libgmp-prefix; header search order

2009-08-04 Thread Andy Wingo
On Tue 04 Aug 2009 11:26, Ken Raeburn writes: > First, a minor nit: > > % ./configure --help |& head -1 > `configure' configures guile 1.9.0 to adapt to many kinds of systems. > % ./configure --version | head -1 > guile configure 1.9.0 > % > > But I downloaded 1.9.1, not 1.9.0; the version number

Re: Strange reader bug (string->number)

2009-08-04 Thread Andy Wingo
Hi Kjetil, On Sun 02 Aug 2009 15:26, "Kjetil S. Matheussen" writes: > The following bug causes some problems > with Snd: (At least the realtime extension of Snd) > > > * > $ echo "'(4194304 262144 1.0f)" >test.scm > $ guile -l test.scm Fixed in 1.9, and backported t

Re: guile dlopen problems on Mac OS X

2009-08-04 Thread Andy Wingo
Hi Ken, On Tue 04 Aug 2009 11:26, Ken Raeburn writes: > After installing 1.9.1 on Mac OS X (10.5.7), and updating $PATH to point > to the installation 'bin' directory: > > % guile-tools compile -o ack.go ack.scm > ERROR: In procedure dynamic-link: > ERROR: file: "libguile-srfi-srfi-1-v-4", messa

[bug #27168] Strange reader bug (string->number)

2009-08-04 Thread Andy Wingo
Update of bug #27168 (project guile): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: Fixed in master and

guile 1.9.1 crash trying to profile code

2009-08-04 Thread Ken Raeburn
% guile Guile Scheme interpreter 0.5 on Guile 1.9.1 Copyright (C) 2001-2008 Free Software Foundation, Inc. Enter `,help' for help. scheme@(guile-user)> ,pr (cons 1 2) Backtrace: In ../../module/ice-9/boot-9.scm: 3364: 0* [top-repl] In unknown file: ?: 1* [dynamic-wind # # #] In ../../module/ic

guile dlopen problems on Mac OS X

2009-08-04 Thread Ken Raeburn
After installing 1.9.1 on Mac OS X (10.5.7), and updating $PATH to point to the installation 'bin' directory: % guile-tools compile -o ack.go ack.scm ERROR: In procedure dynamic-link: ERROR: file: "libguile-srfi-srfi-1-v-4", message: "dlopen(libguile- srfi-srfi-1-v-4.so, 9): image not found"

can't configure --with-libgmp-prefix; header search order

2009-08-04 Thread Ken Raeburn
First, a minor nit: % ./configure --help |& head -1 `configure' configures guile 1.9.0 to adapt to many kinds of systems. % ./configure --version | head -1 guile configure 1.9.0 % But I downloaded 1.9.1, not 1.9.0; the version number reported here is wrong. % ../configure --prefix=`pwd`/I --

[bug #27168] Strange reader bug (string->number)

2009-08-04 Thread Kjetil Matheussen
URL: Summary: Strange reader bug (string->number) Project: Guile Submitted by: kjetil_m Submitted on: Tue 04 Aug 2009 07:45:07 AM GMT Category: None Severity: 3 - Norm