Same result for me. Somewhere else? On Thu, 25 Feb 2010 18:07:54 +0900, Cheusov Aleksey <cheusov%tut.by@localhost> wrote:
I think it is glibc's issue. pkgsrc-61:~# printf '#include <dlfcn.h>\nRTLD_NEXT\n' | gcc -D_GNU_SOURCE -E - | tail -1 ((void *) -1l) pkgsrc-61:~# printf '#include <dlfcn.h>\nRTLD_NEXT\n' | gcc -E - | tail -1 RTLD_NEXT pkgsrc-61:~# Also note that RTLD_NEXT comes from patches/*, not from glib sources.