![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ksh88 - curses | IMTheNachoMan | Shell Programming and Scripting | 0 | 05-05-2008 08:18 AM |
| <curses.h> | nektarios4u | High Level Programming | 2 | 11-15-2007 07:58 AM |
| Shared memory with curses | kkyim | High Level Programming | 1 | 09-20-2006 07:59 AM |
| curses.h | bankpro | High Level Programming | 2 | 03-28-2006 06:54 AM |
| curses.h | chomano | UNIX for Dummies Questions & Answers | 1 | 11-02-2001 01:07 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I am writing a program which uses curses.h. I do not have any problem when compilng it in Digital UNIX at my school.
But when I compiling it in Mandrake Linux 6.0 at my home, I got a error message said that curses.h not found. Does curses.h include in Linux? How to slove my problem? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Under redhat, /usr/include/curses.h is provided by ncurses-devel. Mandrake should have a similar package.
$ rpm -q --whatprovides /usr/include/curses.h ncurses-devel-5.2-8 $ |
|
#3
|
|||
|
|||
|
curses.h
locate it with find
i.e find /usr/include -name curses.h [-print] /*ghost*/
__________________
enjoy life... |
|||
| Google The UNIX and Linux Forums |