From mboxrd@z Thu Jan 1 00:00:00 1970 From: sfont@teldat.com (Santiago Font) Date: Tue, 18 Feb 2014 16:56:42 +0100 Subject: [lttng-dev] LTTng-ust 2.4.0-rc4 build error with uClibc Message-ID: <530382BA.2060301@teldat.com> 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