Re: [Plib-users] compilation
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2004-09-23 22:46:53
|
David wrote: > 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/include/plib/ ???? > $ gcc simple.cxx -lGL -lglut -lGLU -lm > > but it doesn't find the plib/pu.h . Seems most likely that somehow /usr/include/plib is empty or something?? What it the *exact* error message from gcc? Oh - and you're compiling C++ - so shouldn't you be using 'g++' instead of 'gcc' ? -- ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://www.sjbaker.org Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net -----BEGIN GEEK CODE BLOCK----- GCS d-- s:+ a+ C++++$ UL+++$ P--- L++++$ E--- W+++ N o+ K? w--- !O M- V-- PS++ PE- Y-- PGP-- t+ 5 X R+++ tv b++ DI++ D G+ e++ h--(-) r+++ y++++ -----END GEEK CODE BLOCK----- |