You are not logged in.
Pages: 1
Is there a package for elfutils?
I searched both pacman and AUR and it doesn't seem to be there.
I downloaded the source from a debian mirror, but it fails at make.
In file included from linux-kernel-modules.c:63:
/usr/include/fts.h:41:3: error: #error "<fts.h> cannot be used with -D_FILE_OFFSET_BITS==64"
make[2]: *** [linux-kernel-modules.o] Error 1
Offline
Update: I looked at /usr/include/fts.h and it has:
/* The fts interface is incompatible with the LFS interface which
transparently uses the 64-bit file access functions. */
#ifdef __USE_FILE_OFFSET64
# error "<fts.h> cannot be used with -D_FILE_OFFSET_BITS==64"
#endif
Should I remove those lines or will it break things?
Hasn't anyone built elfutils before?
Offline
Pages: 1