![]() |
emu_inc_common.c: undefined reference to atomic_inc - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Developer (https://hashcat.net/forum/forum-39.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-40.html) +--- Thread: emu_inc_common.c: undefined reference to atomic_inc (/thread-10119.html) |
emu_inc_common.c: undefined reference to atomic_inc - dizcza - 05-21-2021 I'm trying to build hashcat v6.2.1 sources on a remote VPS cloud machine. Code: $ make Don't know which else details to post. I need to say that I can successfully build hashcat v6.1.1 but not v6.2.1. Perhaps, I should have been opened this thread in the issue tracker? RE: emu_inc_common.c: undefined reference to atomic_inc - atom - 05-21-2021 There's no such reference in latest hashcat: Code: root@ro:~/xy/hashcat-6.2.1# grep -r atomic_inc * | grep -v hc_atomic_inc | wc -l You sure you ran "make clean"? RE: emu_inc_common.c: undefined reference to atomic_inc - dizcza - 05-21-2021 Yeap, "make clean" was the command I didn't think to run before the build. It works with a clean build. Sorry. |