This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: updated: guile-1.6.7-2, guile-1.7.2-2


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 root@Abbicci:~
    $ mv /bin/libguilereadline-v-12.la /lib/
    21:20:45 root@Abbicci:~
    $ guile
    ERROR: In procedure dynamic-link:
    ERROR: file: "libguilereadline-v-12", message: "No such file or directory"
    [2]21:20:47 root@Abbicci:~
    $ 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 root@Abbicci:~

Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]