Hi,
Any ideas why dlget() is not there on aix when it present on hp-ux 11.0.
In dlfcn.h, I can only find
extern void *dlopen(const char *, int);
extern void *dlsym(void *, const char *);
extern int dlclose(void *);
extern char *dlerror(void);
Is there any reason, why other dl* series are not supported
on AIX.
Please let me know, if anyone has any idea on it.
Thanks and Regards
Deepak
Any ideas why dlget() is not there on aix when it present on hp-ux 11.0.
In dlfcn.h, I can only find
extern void *dlopen(const char *, int);
extern void *dlsym(void *, const char *);
extern int dlclose(void *);
extern char *dlerror(void);
Is there any reason, why other dl* series are not supported
on AIX.
Please let me know, if anyone has any idea on it.
Thanks and Regards
Deepak