You are not logged in.

#1 2007-08-20 14:00:20

belhifet
Member
Registered: 2007-04-17
Posts: 39

elfutils

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

#2 2007-08-20 20:10:10

belhifet
Member
Registered: 2007-04-17
Posts: 39

Re: elfutils

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

Board footer

Powered by FluxBB