Subject: | FreeBSD 10 does not have gcc anymore |
FreeBSD switched from gcc to clang as the default c compiler in the OS version 10.0. There's at least one place in the Alien-NSS build process where "gcc" is hardcoded, so the build fails. Probably it's best to use exclusively "cc", as this is supported by both gcc and clang systems.
See http://www.cpantesters.org/cpan/report/5adf01da-e236-11e3-b602-5c12e1bfc7aa for a sample report.
Regards,
Slaven