[Mono-list] Creating a minimal runtime

jasper@modwest.com jasper@modwest.com
Fri, 19 Jul 2002 10:53:22 -0600 (MDT)


groith@tcrz.net (Guenther Roith) wrote:
> Put corlib one directory bleow in "lib"
> e.g. your files are in c:\somthing\myfiles --> corlib.dll is in
> c:\something\lib

That sounded confusing, but it worked. To recap, I had to
do this:

C:\NetTest\Bin\hello.exe + all other DLLs
C:\NetTest\Lib\corlib.dll + any other mono dlls

So the next question is: why is the default library
search path "../lib"? Seems a strange choice.

Jason
379