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
; I think the file resides in /usr/include/curses.h. Good luck! Trevor <http://www.gnuguy.com> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Patrick Beart Sent: Thursday, September 19, 2002 4:55 PM To: [EMAIL PROTECTED] Subject: Program compile/ins

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

Program compile/install problem

2002-09-19 Thread Patrick Beart
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 created directory goes well, too. The "./configure" works, or seems to. The "make" command, however