Hi,
Have anyone succesfully configured and compiled mono for FreeBSD on ARM platform? I seem to have a big of troubles trying to get it working. My RPI currently running FreeBSD 10.1 RC1 (also tried with 10-RELEASE). But there seems to be no way for compiling lang/mono on ARM, saying that mono-3.6.0 is only for i386 amd64 PowerPC. And when trying to compile from source tarball, it fails on configure with:
From the config.log it seems to have problems with gcc (that's not installed)
However trying to install GCC from ports also not available for ARM architecture. Where should I start?
Best Regards
Thomas Nissen
Have anyone succesfully configured and compiled mono for FreeBSD on ARM platform? I seem to have a big of troubles trying to get it working. My RPI currently running FreeBSD 10.1 RC1 (also tried with 10-RELEASE). But there seems to be no way for compiling lang/mono on ARM, saying that mono-3.6.0 is only for i386 amd64 PowerPC. And when trying to compile from source tarball, it fails on configure with:
Code:
configure: error: C compiler cannot create executables See `config.log' for more details.
From the config.log it seems to have problems with gcc (that's not installed)
Code:
eval: gcc: not found configure:4659: $? = 127 configure:4697: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "mono"
However trying to install GCC from ports also not available for ARM architecture. Where should I start?
Best Regards
Thomas Nissen