Senvey Lee senvey@gmail.com 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