[Mono-list] Re: JIT/Win32 binaries

Serge serge@wildwestsoftware.com
Wed, 3 Apr 2002 02:47:07 +0300


> What did I do wrong?

You have to remove all object files (*.o) before recompiling (since this
#define is external, not in the sources).
This can be done by "make mostlyclean" for example.
Then run ./configure (or Mono build script) to make sure Makefile will be
regenerated.

> assembliesdir = "../lib/"

Actually trailing / is not required.

Sergey


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


> Thanks!
> But it doesn't help. Am I just an idiot?
>
> I set mono/metadata/Makefile.am:
>
> assembliesdir = "../lib/"
>
> This should mean that mint.exe searches for corlib.dll not in
> c:/mono-0.10/install/lib but if itself is placed in install/bin it should
> search in install/lib.
>
> What did I do wrong?
>
>