[Mono-devel-list] make install problems on gentoo system
Chris Nuernberger
cnuernberger at extendthereach.com
Sat Jul 17 13:17:39 EDT 2004
I can (after editing some of the makefile.am files) build completely from
CVS on my gentoo system. The works correctly, but whatever scripts are
generating files are not working quite correctly, because the mcs script
points to the wrong location. Here is my configure line:
./configure --prefix=/usr --libdir=/usr/lib --bindir=/usr/bin
This produces an mcs that reads:
exec /usr/mono /usr/mono/1.0/mcs.exe "$@"
If I try to execute the mcs.exe assembly directly, I get:
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the /usr directory.
Thanks for any help, Chris
More information about the Mono-devel-list
mailing list