This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Getting ncurses*g to compile with cygwin32


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]