MACOSX support

Geert Bevin gbevin@uwyn.com
Thu Feb 20 11:23:00 GMT 2003


It is defined as follows :

/*
  * Structure filled in by dladdr().
  */

typedef struct dl_info {
         const char      *dli_fname;     /* Pathname of shared object */
         void            *dli_fbase;     /* Base address of shared 
object */
         const char      *dli_sname;     /* Name of nearest symbol */
         void            *dli_saddr;     /* Address of nearest symbol */
} Dl_info;


The installed versions of dlcompat, dlcompat-dev and dlcompat-shlibs 
are all 20021117-1

> Is Dl_info defined in your dlcfn.h? In the later one it is. In mine it 
> isn't.
> Do you probably have a version mix of dlcompat?
>
> Andreas
--
Geert Bevin             Uwyn
"Use what you need"     Lambermontlaan 148
http://www.uwyn.com     1030 Brussels
gbevin@uwyn.com         Tel & Fax +32 2 245 41 06

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net



More information about the Java mailing list