Re: [Plib-users] (cory vs. pui) The attack of setValuator
Brought to you by:
sjbaker
From: cory b. <co...@gm...> - 2008-06-18 15:35:31
|
Jan, > sudo apt-get install libxmu-dev libxmu6 That was enough to move me to the next set of stumbling blocks. I have plib1.8.4 and had plib1.8.4-dev installed Once I did sudo make install, then my program started seg faulting. So I looked around a bit and decided that I should have removed plib1.8.4-dev So I removed it, and reran sudo make install. I did not want to remove plib1.8.4, since it will break flight gear (says synaptic) Now g++ is failing to link to the plib libraries. I have all of the corresponding libplibxxx.a files and also a bunch of libplibxxx.so.1.8.4 files in /usr/lib/ when I had plib-dev installed I had a bunch of libplibxxx.so links to the corresponding libplibxxx.so.1.8.4 files. I am not sure what I do now. Do I have to manually create the libplibxxx.so.1.8.5 files and corresponding links? Is there a different syntax for inking to libplibxxx.a? Should I remove the plib1.8.4 package? Please advise Thanks, Cory On Tue, Jun 17, 2008 at 4:45 PM, Jan Reucker <slo...@gm...> wrote: > Am Tue, 17 Jun 2008 16:02:49 -0400 schrieb "cory barton" <co...@gm...>: > > Hi Cory, > >> /usr/bin/ld: cannot find -lXmu >> collect2: ld returned 1 exit status > > sudo apt-get install libxmu-dev libxmu6 > >> and: >> configure:6929: checking for glNewList in -lMesaGL >> configure:6964: gcc -o conftest -g -O2 conftest.c -lMesaGL -lSM >> -lICE -lXi -lXmu -lXext -lX11 -lm >&5 >> /usr/bin/ld: cannot find -lMesaGL >> collect2: ld returned 1 exit status > > What does > > find /usr -name lib*GL* > > or > > find /usr -name lib*Mesa* > > report? > > Kind regards, > Jan R. > > -- > Jan Reucker > email: jan dot reucker at web dot de > web: http://www.reucker-online.de > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users > |