[Mono-list] making things better on windows

Guenther Roith groith@tcrz.net
Mon, 29 Apr 2002 15:05:59 +0200


On Windows we have a bad solution on finding the libraries like corlib.dll:

The path is fixed. You can change this in mono/mono/metadata/Makefile.am
by changing

assembliesdir = $(libdir)

Serge did use assembliesdir = ./lib

I would like to use ../lib, but when doing this the libs are searched
relativly to the path wre I am at the konsole, but not relatively to the
bin-dir.

It would be important if anybody can find a solution, and if, we should put
this in the cvs.

It would really make everything easyier on windows.