[Prev][Next][Index][Thread]
problems with missing libs
Hi guys, i have a problem...
since i've upgraded to RedHat I cannot compile nothing.
I keep getting error like:
[root@cybertron duhdist]# make
rm -f duhdraw
cc -o duhdraw duhdraw.c -l/usr/include/ncurses/curses.h
duhdraw.c:15: curses.h: No such file or directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cc: Compilation of header file requested
make: *** [duhdraw] Error 1
thats from duhdraw. or:
[root@cybertron XBanner1.0]# make
gcc -Wall -O2 -o xbanner xbanner.o effect.o xres.o -lX11
ld: cannot open -lX11: No such file or directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
make: *** [xbanner] Error 1
from XBanner.
Now I am very lost when it comes to this things, however I do think i
have those libs. for example i DO have a /usr/include/ncurses/curses.h
Dist. is RedHat 3.0.3 Picasso after the 2.0.0 update, kernel is 2.0.0, if
you need any other details just ask... ;-)
What am I doing wrong? (as i said i am VERY naive about this matters, so
be gentle please... ;-)
+-----------------------------------------------------------------------+
| Gilad Ben-Yossef gby@netvision.net.il gby2@post.tau.ac.il |
+-----------------------------------------------------------------------+
| Telco: 972-(0)3-9620269, 972-(0)-9629038 |
| HomePage: http://www.oblisc.co.il/gilad.index.html |
+-----------------------------------------------------------------------+
| Aleph-null bottles of beer on the wall, Aleph-null bottles of beer... |
+-----------------------------------------------------------------------+
Follow-Ups: