In curve25519-donna-c64.c and curve25519-donna.c (both of which are in the top level directory of the Crypt::Curve25519 source) replace every occurrence of "fmul" with a symbol (eg "donna_fmul") that's not going to clash.
IIUC the module will then build cleanly on linux.
Cheers, Rob
Comment on Re: Installing Crypt::Curve25519 failed