On Thu, May 30, 2002 at 09:32:52AM -0500, Scott D. Boyd wrote:
gcc -I. -DXFRACT -DNOBSTRING -g -DBIG_ANSI_C -DLINUX -Os -c -o realdos.o realdos.c realdos.c:10:20: curses.h: No such file or directory make: *** [realdos.o] Error 1
There was two almost API compatible version of this library. 'curses', the historcal one, and 'ncurses', a free rewrite. The newer ncurses was used by Linux, so you can replace "curses.h" by "ncurses.h". If it does not work, may be you have not installed the devel part of the ncurses package. Th. -- > Toute machine qui se respecte a sa console sur un port serie... :-) La question n'est pas de savoir si elle a une console sur port série, mais de savoir de quelle planète provient le connecteur ;-) --- fr.comp.ordinosaures ---