This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/7] Platform agnostic dynamic loading code.


Hi Pedro!

> This isn't correct.  There are platforms where dlopen & friends are
> in the C library, and don't need or have -ldl/libdl.


Does it make more sense to have an AC_CHECK_HEADERS for dlfcn.h then?
Of course, the AC_CHECK_LIB will have to stay, since we'd want to add
-ldl if required.

Thanks!

-- 
Sanjoy Das
http://playingwithpointers.com


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