[Mono-list] making the windows path relative

Guenther Roith groith@tcrz.net
Sat, 18 May 2002 11:05:00 +0200


Hello, everybody!

I know, I've already asked this question some time ago, but I think it's
important.
I want to get the search path for the mono assemblies not fixed, but
realative to the bin directory (e.g ../lib)

That can be changed by changing

assembliesdir = $(libdir) in mono/metadata/Makefile.am

to

assembliesdir = ../lib

At least, it should. The problem is only things are not realative to
c:\mono-0.10\install\bin then, but to the path were I am currently (e.g. I
am at c:\johannes\test --> libs search in c:\johannes\lib)

Is there really no solution?

Johannes