[Mono-list] problem building pedump on cygwin - WinMain@16

Nick Drochak ndrochak@gol.com
Thu, 13 Sep 2001 11:07:59 +0900


| From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]On
| Behalf Of Dietmar Maurer
| Sent: Wednesday, September 12, 2001 8:13 PM
|
| Nick Drochak wrote:
|
| > | From: dm [mailto:dm]On Behalf Of Dietmar Maurer
| > | Sent: Wednesday, September 12, 2001 5:26 PM
| > |
| >
| > <snip previous includes>
| >
| > |
| > | I think the problem is autoconf 2.52. Please can you try autoconf 2.13
| > |
| >
| > I just tried version 2.13 and got the same results.
| >
|
| I just tried it here, and it works. You have to regenerate the configure
| scripts after updating autoconfig:
|
| > make maintainer-clean
| > ./autogen.sh
|
| maybe that helps?
|

Aha, I was wondering about "clean" for this.  Yes, that does help, even with
the latest version of automake and autoconf.  I am able to build finally!
Of course, I still get stack dumps when I try to run monodis, so now I'm off
to learn how to build with debug info so that stackdump is not just a bunch
of hex codes.

Thanks again,
Nick