[Mono-list] Re: JIT/Win32 binaries

Serge serge@wildwestsoftware.com
Tue, 2 Apr 2002 22:29:18 +0300


The path is defined by MONO_ASSEMBLIES #define,
the value (assembliesdir = $(libdir)) is assigned in
mono/metadata/Makefile.am
So changing this value, then reconfiguring and rebuilding will help.

And another way is to patch the binary in the hex-editor ;-)

Sergey



----- Original Message -----
From: "Guenther Roith" <groith@tcrz.net>
To: <serge@wildwestsoftware.com>
Cc: <mono-list@ximian.com>
Sent: Tuesday, April 02, 2002 10:06 PM
Subject: JIT/Win32 binaries


> How did you manage that corlib.dll (and the others) are searched in /lib ?
> I have to put the lib directory on the path to get mint working in my
> bindary builds of mint (http://www.superin.formativ.net/mono/mono.htm) and
> it would be nice if that wouldn't be needed.
> Can you help me?
>
>