I am trying to compile Rarcrack on my command line using the command:
gcc -pthread rarcrack.c `xml2-config --libs --cflags` -O2 -o rarcrack
I am using the latest version of Xcode with command line tools.
Undefined symbols for architecture x86_64: "_savestatus", referenced from: _loadstatus in rarcrack-sh2Aob.o _status_thread in rarcrack-sh2Aob.o _crack_thread in rarcrack-sh2Aob.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
I keep getting these architecture errors. Any dice game?
source share