[Plib-users] compilation
Brought to you by:
sjbaker
From: David <boi...@ya...> - 2004-09-23 05:39:55
|
hi to all! I am new of this list. I have installed plib and compiled it. Now I have this situation: $ ls /usr/include/ | grep -i pli plib $ ls /usr/lib/ | grep -i pli libplibfnt.a libplibjs.a libplibnet.a libplibpsl.a libplibpu.a libplibpuaux.a libplibpw.a libplibsg.a libplibsl.a libplibsm.a libplibssg.a libplibssgaux.a libplibul.a I'm trying to compile some ittle examples but I am not able to do it. I use this command: $ gcc simple.cxx -lGL -lglut -lGLU -lm but it doesn't find the plib/pu.h . Anyone could help me? |