Re: [Plib-users] Undefined reference to ...
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2004-03-09 00:09:09
|
Ibrahim Mubarak wrote: > Hi, > > I am trying to compile a project that uses plib, but no use. I get a lot of "... undefined > reference to ..." errors. So I tried to compile the examples that came with the plib-doc package, > but I am getting the same kind of errors. To make sure that the plib header files were found at > compile time, I uninstalled plib and plib-dev. in this case I would get "plib/pu.h file not found" > etc... errors. I reinstalled plib and plib-dev. I am back to getting the "... undefined reference > to ..." errors. I think that the declerations for these functions are found, but not their > definitions. Anyone knows what is going on? Well, it sounds to me like you have two versions of PLIB installed somehow. May I suggest (as 'root'): find / -name js.h -print find / -name libplibjs\* -print ---------------------------- 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----- |