Index: [thread] [date] [subject] [author]
  From: Steve Cheng <elmert@ipoline.com>
  To  : GGI Mailing List <ggi-develop@eskimo.com>
  Date: Tue, 11 Aug 1998 15:43:24 -0400 (EDT)

helper-mansync continued...

It turns out that I have to use RTLD_GLOBAL flag to dlopen() to get
mansync.so's symbols loaded.  The problem is that libGGI's _ggiAddDL()
doesn't do this.  Works flawlessly otherwise.  So I propose adding:

#define GGI_DLTYPE_GLOBAL    0x04
(include/structs.h)

which would tell _ggiAddDL() to do use RTLD_GLOBAL.
Comments?

--
Steve Cheng               

email: steve@ggi-project.org   
www: <http://shell.ipoline.com/~elmert/>;

Index: [thread] [date] [subject] [author]