[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [guile-reader-devel] make fails for me
From: |
Ludovic Courtès |
Subject: |
Re: [guile-reader-devel] make fails for me |
Date: |
Sun, 12 Dec 2010 00:07:39 +0100 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) |
Hi,
[Following-up on list.]
Ingolf Jandt <address@hidden> writes:
> You are absolutely right. The problem were some subtle differences in sed.
Great.
> I have written a sed commands according to what your ones seem supposed to do
> (somehow the top-down approach of changing yours did not work, so I wrote
> them bottom-up).
Can you post what you ended up with so I can actually fix it?
> My next stumbling block may have to do with the different naming of library
> files:
> /opt/local/share/guile/1.8/srfi/srfi-1.scm:223:1: In procedure dynamic-link
> in expression (load-extension "libguile-srfi-srfi-1-v-3" "scm_init_srfi_1"):
> /opt/local/share/guile/1.8/srfi/srfi-1.scm:223:1: file:
> "libguile-srfi-srfi-1-v-3", message: "file not found"
> But:
> $ ls /opt/local/lib/libguile-srfi-srfi-1-v-3*
> /opt/local/lib/libguile-srfi-srfi-1-v-3.3.dylib*
> /opt/local/lib/libguile-srfi-srfi-1-v-3.a
> /opt/local/lib/libguile-srfi-srfi-1-v-3.dylib@
> /opt/local/lib/libguile-srfi-srfi-1-v-3.la*
Is /opt/local/lib in the dynamic linker’s search path or in
$LTDL_LIBRARY_PATH?
What does “guile -c '(use-modules (srfi srfi-1))'” say?
Thanks,
Ludo’.