[Mono-list] windows builds, linux builds, windows runs, linux doesn't

Dick Porter dick@ximian.com
Sun, 31 Mar 2002 11:07:19 +0100


On Sat, Mar 30, 2002 at 09:08:47PM -0500, Mike Carifio wrote:
> 
> [carifio@penguin mono]$ echo $LD_LOAD_LIBRARY 
> /usr/local/lib

This should be LD_LIBRARY_PATH if you are trying to tell the dynamic linker
extra places to look for shared libraries.

> [carifio@penguin mono]$ mcs first.cs 
> 
> (process:7252): ** ERROR **: file appdomain.c: line 293 (mono_init):
> assertion failed: (mono_defaults.asyncresult_class != 0)
> aborting...
> /usr/local/bin/mcs: line 2:  7252 Trace/breakpoint trap   (core dumped)
> /usr/local/bin/mono /usr/local/bin/mcs.exe $*

Looks like your runtime and corlib are out of sync.

- Dick