Re: Program compile/install problem

2002-09-19 Thread Patrick Beart
At 10:00 PM -0600 9/19/02, Ashley M. Kirchner wrote: >Patrick Beart wrote: > >> I re-downloaded the ncurses RPM (ncurses-5.2-12.i386) and >> installed it (again?). Did a "find / -name ncurses*" query and STILL >> can't find "curses.h" anywhere on my (NEW) system. > > Wrong package.

Re: Program compile/install problem

2002-09-19 Thread Ashley M. Kirchner
Patrick Beart wrote: > I re-downloaded the ncurses RPM (ncurses-5.2-12.i386) and > installed it (again?). Did a "find / -name ncurses*" query and STILL > can't find "curses.h" anywhere on my (NEW) system. Wrong package. You need the -devel package (as well!) -- H | I haven't lost m

Re: Program compile/install problem

2002-09-19 Thread Patrick Beart
At 5:12 PM -0600 9/19/02, Ashley M. Kirchner wrote: >Patrick Beart wrote: > >> nano.h:45:21: curses.h: No such file or directory > > You don't have the [n]curses headers installed. > That's very strange. :-/ I re-downloaded the ncurses RPM (ncurses-5.2-12.i386) and instal

Re: Program compile/install problem

2002-09-19 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 19 September 2002 06:54 pm, Patrick Beart wrote: > Folks: > > I'm trying to install a program from it's tarball (rather > than an RPM), and I'm having some trouble ... > > The file un-tars fine. > The "cd" to the newly cr

RE: Program compile/install problem

2002-09-19 Thread Trevor
Yes, you need ncurses and ncurses-devel. It's on your RedHat CDROM. Trevor www.gnuguy.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Patrick Beart Sent: Thursday, September 19, 2002 5:25 PM To: [EMAIL PROTECTED] Subject: Re: Program co

Re: Program compile/install problem

2002-09-19 Thread Patrick Beart
At 5:12 PM -0600 9/19/02, Ashley M. Kirchner wrote: >Patrick Beart wrote: > >> nano.h:45:21: curses.h: No such file or directory > > You don't have the [n]curses headers installed. > Ah,... OK ... did I miss an RPM, or something? How do I get this working?? Patrick Beart -- --

RE: Program compile/install problem

2002-09-19 Thread Trevor
It looks like the compiler can't find your "curses.h" file. You may need to install ncurses-devel rpm package first. It should be on your redhat CDROM. Do a "find / -name curses.h" and see if you can locate the file or do a "rpm -qa | grep ncurses-devel" I think the file resides in /usr/includ

Re: Program compile/install problem

2002-09-19 Thread Ashley M. Kirchner
Patrick Beart wrote: > nano.h:45:21: curses.h: No such file or directory You don't have the [n]curses headers installed. -- W | I haven't lost my mind; it's backed up on tape somewhere. + Ashley M. Kirchner