Hey, I've already seen that one. You need to install GNU MP (The GNU Multiple Precision Arithmetic Library) in FreeBSD (at least 4.10) before this succeeding.
The usual installation mantra in FreeBSD should do it: # cd /usr/ports # make search name=libgmp # cd (whatever adequate path the search found for you) # make # make install Regards, Adriano. > blib/lib/libparrot.a(bigint.o): In function `bigint_get_long': > /home/coke/research/parrot/classes/bigint.c:83: undefined reference to > `mpz_fits_slong_p'