[Mono-list] make install breaks on FreeBSD

Kevin Wortman kwortman@ics.uci.edu
Sun, 11 Jul 2004 18:10:17 -0700


Hi,

I'm trying to compile Mono 1.0 from source on a FreeBSD 5.2.1 x86
machine.  'configure' and 'make' work fine, but make install gets stuck
at

MONO_PATH=. ../../mono/mini/mono --config ../../data/config
./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /gacdir
/usr/local/stow/mono-1.0/lib /root /usr/local/stow/mono-1.0/lib
 
It just sits there indefinitely.  According to top it's using 0 CPU so I
suppose it's blocking on something.  I let it sit there for over an hour
and nothing changed.  I also tried 'gmake install' and got the same
result.

Any suggestions?

Kevin