[Mono-list] Problem while building Mono Runtime

Dick Porter dick@ximian.com
23 Mar 2002 11:06:25 +0000


On Sat, 2002-03-23 at 06:36, Madhuri Kottamasu wrote:
> I am trying to Mono Runtime on Windows. I get the
> following error. Where can I get elf.h ? 

I just committed a fix for this to CVS.

There is no elf.h on windows.  debug-symfile.c tried to test that elf.h
actually exists before including it, but then included it again anyway.

- Dick