libltdl
Raffaele Sena
raff at aromatic.com
Mon Jan 11 13:45:08 PST 1999
A small problem, but it blocks shared library buildsB: the flags for
dlopen are in the form RTLD_*, not RTDL_*
Index: ltdl.c
===================================================================
RCS file: /home/cvspublic/kaffe/libltdl/ltdl.c,v
retrieving revision 1.2
diff -r1.2 ltdl.c
180,181c180,181
< #if RTDL_GLOBAL
< # define LTDL_GLOBAL RTDL_GLOBAL
---
> #if RTLD_GLOBAL
> # define LTDL_GLOBAL RTLD_GLOBAL
190,191c190,191
< #if RTDL_NOW
< # define LTDL_NOW RTDL_NOW
---
> #if RTLD_NOW
> # define LTDL_NOW RTLD_NOW
-------------------------------------------------------------------------
raff at aromatic.com (::) http://www.aromatic.com/~raff/
http://www.aromatic.com/
More information about the kaffe
mailing list