This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

scmconfig.h: Why `#undef HAVE_DLOPEN' when `#define HAVE_LIBDL'?


 I'm confused as to why `scmconfig.h' (which I know is generated by
the autoconf system), says `#undef HAVE_DLOPEN' while it says `#define
HAVE_LIBDL' and `#define DYNAMIC_LINKING 1'?

 I'm using Linux, and am fairly certain there is a `dlopen()'; there
certainly is a man page for it.