Hi, I am trying to compile this (great) program but I get this error:
password.o(.text+0x2bc): In function `palm_encode_md5': /home/leandro/lavoro/jpilot-0.99.4/password.c:158: undefined reference to `MD5Init' password.o(.text+0x2bc):/home/leandro/lavoro/jpilot-0.99.4/password.c:158: relocation truncated to fit: R_PPC_REL24 MD5Init password.o(.text+0x2d8):/home/leandro/lavoro/jpilot-0.99.4/password.c:159: undefined reference to `MD5Update' password.o(.text+0x2d8):/home/leandro/lavoro/jpilot-0.99.4/password.c:159: relocation truncated to fit: R_PPC_REL24 MD5Update password.o(.text+0x2e4):/home/leandro/lavoro/jpilot-0.99.4/password.c:160: undefined reference to `MD5Final' password.o(.text+0x2e4):/home/leandro/lavoro/jpilot-0.99.4/password.c:160: relocation truncated to fit: R_PPC_REL24 MD5Final collect2: ld returned 1 exit status What's wrong? -- Hi Pronto Sollievo

