Als ik probeer grub van grub.org te installeren dan geeft het configure deze error:
configure: error: System does not have the curses library...visit http://www.gnu.org/software/ncurses/ncurses.html
mijn systeem heeft echter wel deze packages: ncurses-5.2 en ncurses-devel-5.2
volgens mij zit het probleem ergens bij "ld". Deze kan niet de ncurses libraries vinden.
Dit is een stukje uit de config.log
configure:1346: checking for addch in -lcurses
configure:1365: gcc -o conftest -g -O2 conftest.c -lcurses 1>&5
/usr/i486-suse-linux/bin/ld: cannot find -lcurses
collect2: ld returned 1 exit status
configure: failed program was:
#line 1354 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char addch();
int main() {
addch()
; return 0; }
Kan iemand me helpen?
configure: error: System does not have the curses library...visit http://www.gnu.org/software/ncurses/ncurses.html
mijn systeem heeft echter wel deze packages: ncurses-5.2 en ncurses-devel-5.2
volgens mij zit het probleem ergens bij "ld". Deze kan niet de ncurses libraries vinden.
Dit is een stukje uit de config.log
configure:1346: checking for addch in -lcurses
configure:1365: gcc -o conftest -g -O2 conftest.c -lcurses 1>&5
/usr/i486-suse-linux/bin/ld: cannot find -lcurses
collect2: ld returned 1 exit status
configure: failed program was:
#line 1354 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char addch();
int main() {
addch()
; return 0; }
Kan iemand me helpen?