Re: Newbie link problem: Error 1 (was Re: Newbie compilation problem...)
Urs Janßen <[email protected]>
| Newsgroups | gmane.network.tin.user |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Nov 22, 2003 at 02:53:49AM -0800, [email protected] wrote: > I've installed byacc and I get past the parsdate.y problem, only to run > into another problem. This one appears to be during the link phase > rather than the compile phase. Here's what I see now: | ./curses.o(.text+0x103):curses.c: undefined reference to `_tgetent' > And again, this newbie is confused... I have no idea what the problem > might be here. Any suggestions? you don't have a screen library (i.e. ncurses (you also need the related headers, not only the library)) installed. again the configure script told you that. what is so difficult to look at the warnings issued by configure and fix things before trying to compile the software? urs -- "Only whimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it ;)" - Linus