Hello everyone,

I'm installing MSPGCC4 through Cygwin on windows (command: perl buildgcc.pl).

BinUtils, GCC and Libc have installed correctly so far.

But then when it comes to GDB (command in the script: bash do-gdb.sh "/cygdrive/c/mspgcc4/" "7.1" "http://ftp.uni-kl.de"; "build" gdb), and after "Unpacking gdb..." and a bunch of "patching file ...", I get "try184.c:1:20: error: curses.h: No such file or directory" and then "Note that you must have libcurses developer headers installed. Abort.". Now, I do have the package "Libs" (and a bunch of others) which contains some "libncurses..." files in my Cygwin installation. And I do have the file curses.h somewhere in my mspgcc4 directory. Should I install a specific package for Cygwin? Or should I copy "curses.h" to a specific directory?

Thanks in advance.

Reply via email to