From: vischne@ibm.net (Victor Schneider)
Subject: Getting ncurses*g to compile with cygwin32
2 Oct 1997 16:31:59 -0700
Message-ID: <1.5.4.16.19971002190950.38b7519e.cygnus.gnu-win32@pop1.ibm.net>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
To: zmbenhal@netcom.com, esr@snark.thyrsus.com
Cc: gnu-win32@cygnus.com

The trick to making ncurses*g compile under cygwin32's
gcc 2.7.2 compiler is to fix the `configure' script and configure.in
so that the constants from config_h get into the <include/config.h> file.

I put `echo rm include/config_h' in place of `rm include/config_h'
in both files, and that seemed to make the difference.

You also have to add `.exe' suffixes to the installed program names
in the appropriate makefiles for `make install' to work properly.

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
