[Mono-list] Problems on FreeBSD with Beta 1

Jonathan Stowe gellyfish@gellyfish.com
Fri, 07 May 2004 16:48:18 +0100


Firstly it appears that you have to change the data/config file to map
to libc.so.4 rather than libc.so.6 on FreeBSD 4.9 before anything will
work. 

Secondly gacutil appears to have problems during make install:

MONO_PATH=. ../../mono/mini/mono --config ../../data/config
./../gacutil.exe /i ./Accessibility.dll /f /package 1.0 /root
/usr/local/lib
 
Unhandled Exception: System.NullReferenceException: Object reference not
set to an instance of an object
in (unmanaged) (wrapper managed-to-native) Mono.Tools.Driver:symlink
(string,string)
in <0x00004> (wrapper managed-to-native) Mono.Tools.Driver:symlink
(string,string)
in <0x00822> Mono.Tools.Driver:InstallAssembly (string[])
in <0x005d2> Mono.Tools.Driver:Run (string[])
in <0x00035> Mono.Tools.Driver:Main (string[])


I thought I would check before I stick it in bugzilla in case anyone had
seen this already.

/J\