Subject: | Don't hardcode gcc/g++ |
FreeBSD 10 does not come with gcc anymore, but instead ships clang. It seems that Alien-IUP hardcodes gcc/g++ calls, which fails on clang-based systems. See http://www.cpantesters.org/cpan/report/4d28fe00-bee7-11e3-9d19-f370e0bfc7aa for a sample report.
Probably it's better to use cc/c++ instead. This works with both gcc and clang.
Regards,
Slaven