This is the mail archive of the guile@cygnus.com mailing list for the guile project.


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

to add underscore or not to add underscore?



strange, the following mentioned in libguile/Changelog is wrong with linux:

        * dynl-dl.c (sysdep_dynl_func): Prepend symb with underscore if
        DLSYM_ADDS_USCORE is not defined.

when i reverted this behaviour in dynl-dl.c, i can use M. Vollmers
test-gtk (gtk-bindings for guile) with an else unmodified guile, i.e.

guile -l test-gtk.scm -e main

works.