Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <e94_msu@elixir.e.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Tue, 11 Aug 1998 22:11:04 +0200

Re: 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?

Sounds like a good idea.
Btw, don't forget to add a EXPSYMS file in the helper-mansync dir.

//Marcus

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