[Mono-list] Creating a minimal runtime
J. Perkins
jason@379.com
Fri, 19 Jul 2002 14:01:34 -0400
Guenther Roith wrote:
>>So the next question is: why is the default library
>>search path "../lib"? Seems a strange choice.
>
> The path to the mono assemblys is hardcoded to ../lib
> Thats because a unix system has a directory tree like this:
> For comaptiblity it makes sense to keep that. If you however want to change
> edit /mono/mono/os/win32/util.c and change the value and then recompile.
Okay, that makes sense now. Thanks for the info and the workaround.
I am trying to build from the sources now.
Jason
379