Hi, Attached patch adds check for dlfcn.h header availability before adding -ldl to some configure commands. Otherwise on some configuration -ldl is added unconditionally even though it's not required and gdb is configured without ELF support due to failed link. Issue is found on mingw gdb build for Android. gdb/ChangeLog entry: 2013-04-16 Pavel Chupin Replace hardcoded -ldl with check based on dlfcn.h availability * configure.ac: Add dlfcn.h check and DLOPEN_LIBS def. * acinclude.m4: Use DLOPEN_LIBS instead of hardcode. * configure: Regenerate. -- Pavel Chupin Intel Corporation