10 Mar
2011
10 Mar
'11
03:58
El 10/03/11 00:18, Terry Eck escribió:
In previous versions of OpenSUSE using the following: gcc account.c -lncurses -o acct-test worked without a problem.
Now I get: account.c:6:20: fatal error: curses.h: No such file or directory. Line 6 contains: #include <curses.h>
I assume I'm missing a library. Can anyone help?
Thanks Terry
You probably want to install ncurses-devel and run gcc `ncursesw6-config --cflags` account.c `ncursesw6-config --libs` ... HTH. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org