Hello Aravinda,

Concerning your compile errors such as 

>                /usr/include/ncurses/ncurses.h 19:unctrl.h No such
>                                file or directory

try the compiling like the following:
        % gcc your_file.c -lncurses

If you still get the same error, I advise to check if the ncurses.h exists.

Good Luck,

        -ibrahim


Reply via email to