Description
Hello, I have a CPU AMD Sempron 145. When I try to compile in debian I get this.
CFLAGS=-D LINUX -O2 -Wall -D_FILE_OFFSET_BITS=64
gcc -D LINUX -O2 -Wall -D_FILE_OFFSET_BITS=64 -c -o helper.o helper.c
gcc -D LINUX -O2 -Wall -D_FILE_OFFSET_BITS=64 -o plot plot.c helper.o -lpthread -std=gnu99
/tmp/cckbpc4V.o: In function mnonce': plot.c:(.text+0x3e6): undefined reference to
sse4_mshabal_init'
plot.c:(.text+0x420): undefined reference to sse4_mshabal' plot.c:(.text+0x46d): undefined reference to
sse4_mshabal_close'
plot.c:(.text+0x4a0): undefined reference to sse4_mshabal_init' plot.c:(.text+0x4bf): undefined reference to
sse4_mshabal'
plot.c:(.text+0x50b): undefined reference to sse4_mshabal_close' /tmp/cckbpc4V.o: In function
nonce':
plot.c:(.text+0x78b): undefined reference to shabal_init' plot.c:(.text+0x7bc): undefined reference to
shabal'
plot.c:(.text+0x7d5): undefined reference to shabal_close' plot.c:(.text+0x7e8): undefined reference to
shabal_init'
plot.c:(.text+0x7ff): undefined reference to shabal' plot.c:(.text+0x812): undefined reference to
shabal_close'
collect2: error: ld returned 1 exit status
make: *** [plot] Error 1