Menu

#6 Can't get it to build or install

open
nobody
5
2011-07-28
2011-07-28
Theo
No

Hi there,
apologies for my noobness, but I simply can't get badmem to 'make' on my laptop. The error I'm getting is below. I'd appreciate any help I could possibly get...

theo-laptop badmem-utils-v1.7 # make
make -C badmemlib all install;
make[1]: Entering directory `/home/theo/badmem-utils-v1.7/badmemlib'
ld -shared -o libbadmem.so.1 lib.so.o patn.so.o type.so.o mdf.so.o hash.so.o
lib.so.o: In function `badmem_library_allversions_stderr':
lib.c:(.text+0x1a7): undefined reference to `__stack_chk_fail_local'
type.so.o: In function `badmem_gettype_nico':
type.c:(.text+0x1e7): undefined reference to `__stack_chk_fail_local'
ld: libbadmem.so.1: hidden symbol `__stack_chk_fail_local' isn't defined
ld: final link failed: Nonrepresentable section on output
make[1]: *** [libbadmem.so.1] Error 1
make[1]: Leaving directory `/home/theo/badmem-utils-v1.7/badmemlib'
make: *** [all] Error 2

Discussion


Log in to post a comment.