Re: [Plib-users] Undefined reference to ...
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2004-03-10 00:23:49
|
Ibrahim Mubarak wrote: > Hi again, > > After trying a few things, I thought of trying to build plib from source. So I do an apt-get > source, and try to build the .deb file. It told me that I needed xlibmesa-glu-dev. So I apt-got it > too. But why was this dependency issue brought up when building from source but wasn't with a > regular apt-get plib1.7-dev? Oh well... So now that plib was installed, I tried to recompile the > examples. I am still getting errors. But these are way different. Can you help me figure out what > is going on? I have no idea what apt-get does - or how that stuff was built. Your problem looks something like the header file you have is way out of date with respect to the binary of the library - or vice versa...but it's really hard to know what's going on when there are layers of Debian maintenance stuff doing the work. I strongly recommend removing anything to do with PLIB that may have been installed by apt-get or anything like that, then just downloading the tarball for PLIB from our sourceforge site - then doing: ./configure ; make install ...as we tell you to do in our instructions. Any other problems you have should be directed to the Debian maintainer for PLIB - I don't have anything to do with how they put that together - so it's very possible that it's broken somehow. ---------------------------- 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----- |