From: Kenneth P. <sh...@se...> - 2005-06-04 04:37:21
|
--On Friday, June 03, 2005 8:57 PM -0700 Anthony Ewell <ae...@gb...> wrote: > I am getting the following errors when I try to rebuild > the src rpm. Can someone tell me what "ld" and > "lncurses" is and what I need to do to get it to > compile this src rpm correctly? ld is the linker. -lncurses attempts to link to /usr/lib/libncurses.a, which is part of the ncurses-devel package. The spec file should probably have a BuildPrereq for ncurses-devel. |