|
If you get the following error messages while compiling john the ripper:
gcc -c x86.S
x86.S: Assembler messages:
x86.S:411: Error: suffix or operands invalid for `push
x86.S:411: Error: suffix or operands invalid for `push
-snip-
x86.S:1326: Error: suffix or operands invalid for `pop
x86.S:1378: Error: suffix or operands invalid for `pop
make[1]: *** [x86.o] Error 1
You need to change your target from x86 to x86-64
by marc at 2010-11-21 12:15:34
|