Subject: | Does not compile on FreeBSD because of alloca.h |
The Makefile.PL exits with the message
Can't link/include C library 'alloca.h', aborting.
However, the alloca() function is available on FreeBSD systems, but according to the man page the include file to be used here is stdlib.h.
Regards,
Slaven