Hi, I'm trying to build LTTng-ust using uClibc and I get the following error: ustdl.c:95:22: error: 'RTLD_DI_LINKMAP' undeclared (first use in this function) Checking the file dlfcn.h from uClibc, the code defining that enum is disabled by: #if 0 /* not supported by uClibc */ How can I fix this? Thanks, Santi