public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
* sgtk_dlopen
@ 1999-10-06  7:40 Daniel Skarda
  1999-10-07 13:11 ` sgtk_dlopen Marius Vollmer
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Skarda @ 1999-10-06  7:40 UTC (permalink / raw)
  To: guile-gtk

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?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: sgtk_dlopen
  1999-10-06  7:40 sgtk_dlopen Daniel Skarda
@ 1999-10-07 13:11 ` Marius Vollmer
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Vollmer @ 1999-10-07 13:11 UTC (permalink / raw)
  To: Daniel Skarda; +Cc: guile-gtk

Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz> writes:

> Do you think that change `name' -=> `fullname' would break
> something?

I'm not sure, but I don't expect any breakage.  I'm pretty agnostic
about dynamic linking issues right now.  Does it help to have a
different LD_LIBRARY_PATH when running your unstable version?

> ps: what do you think about libltdl which comes with new version of
> libtool?

Definitely worth a look, but I rather put it into libguile and do away
with the dynlinking hacks of guile-gtk completely.  I even have a
patch for libguile by one of the libltdl authors...

Yeah, I think I have to do something about this mess.  I'll wait until
after guile-gtk-0.17, tho.

- Marius

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-10-07 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-06  7:40 sgtk_dlopen Daniel Skarda
1999-10-07 13:11 ` sgtk_dlopen Marius Vollmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).