Compiling mono 3.2.8 on Unraid 6
Hello, i'm hoping someone can help me from tearing my hair out on this problem. I'm trying to compile mono 3.2.8 on Unraid which is a stripped down slackware environment. Unraid 6 is based off slackware 14.1 64 bit.
PC: intel e8400, 4gb ram, p5k motherboard
Steps taken:
install dependencies
-autoconf
-libtool
-automake
-m4
-gcc
-perl
-gettext
-pkg-config
ran ./autogen.sh --prefix=/usr/local --enable-nls=no
- completes fine
ran make get-monolite-latest
- completes fine
ran make EXTERNAL_MCS="${PWD}/mcs/class/lib/monolite/basic.exe"
- make completes
run make install
- fails with "cannot stat .../4.5/mcs.exe.so, no such file or directory found
I can do a quick find and that file does exist. Any one have a step by step that can explain what i'm missing here?
|