From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz> To: guile-gtk@sourceware.cygnus.com Subject: sgtk_dlopen Date: Wed, 06 Oct 1999 07:40:00 -0000 Message-id: X-SW-Source: 1999-q4/msg00012.html Hello, for guile-gtk developmemt I would like to have two guile-gtk installed (one "stable" and one with my modifications). So I added gtkconf-libdir to config.scm.in and updated appropriate places in dynlink.scm and configure.in. The main problem is that guiledlopenhelper.c:sgtk_dlopen uses `name' instead of `fullname' (when RTLD_GLOBAL is defined) - so dynlink always opens "stable" version instead of the other one. Do you think that change `name' -=> `fullname' would break something? Dan ps: what do you think about libltdl which comes with new version of libtool?