Christopher Faylor writes:

> Either you're using an older version of cygwin or that's not a cygwin
> error.

Yes, I was using 1.5.16.

> It looks like something is calling LoadLibrary directly rather
> than using the cygwin dlopen().  Cygwin was changed in 1.5.18 to use
> strerror style output in the result of dlerror.

Indeed, after upgrading the error looks nicer

    $ guile
    guile> 21:19:15 [EMAIL PROTECTED]:~
    $ mv /bin/libguilereadline-v-12.la /lib/
    21:20:45 [EMAIL PROTECTED]:~
    $ guile
    ERROR: In procedure dynamic-link:
    ERROR: file: "libguilereadline-v-12", message: "No such file or directory"
    [2]21:20:47 [EMAIL PROTECTED]:~
    $ LD_LIBRARY_PATH=/lib guile
    ERROR: In procedure dynamic-link:
    ERROR: file: "libguilereadline-v-12", message: "No such file or directory"
    [2]21:21:05 [EMAIL PROTECTED]:~

Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org

Reply via email to