Senvey Lee <[email protected]> writes:

> Another success! Thanks.
>
> But got an ensuing error:
> md5-compress.asm:100:suffix or operands invalid for `push'

Sorry  for the late reply.

> Could someone help one this? Thanks.

The md5-compress.asm file exists only for the 32-bit x86 target. I'm
assuming you're building for x86_64? Then either configure and
config.guess stil doesn't recognize your platform correctly, or the
md5.comress.asm link is a left-over from an earlier run of configure.

In the latter case, run make distclean to clean up (with gnu
conventions, this is the make target to use to undo everything done by
configure), and rerun configure.

Regards,
/Niels

-- 
Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26.
Internet email is subject to wholesale government surveillance.
_______________________________________________
nettle-bugs mailing list
[email protected]
http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs

Reply via email to