Message-ID: <147BBF8976F0D211888508002BA60B66015A663E@mail8.ntu.edu.sg> From: #CHUA CHAI GUAN# To: "'djgpp AT delorie DOT com'" Subject: library file Date: Wed, 19 May 1999 13:22:53 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com I used DJGPP to compile a Turbo C written program. The error message is can't find one of the library files : curses.h which is a UNIX library file. What's ur advice ? The details are as follows:- gcc -O -c restart.c -o restart.o In file included from extern.h:12, from restart.c:16: define.h:32: curses.h: No such file or directory (ENOENT) make.exe: *** [restart.o] Error 1 Regards ccg