Re: [Plib-users] (cory vs. pui) The attack of setValuator
Brought to you by:
sjbaker
From: Jan R. <slo...@gm...> - 2008-06-17 19:34:13
|
Am Sun, 15 Jun 2008 20:52:41 +0100 schrieb Stuart McDonald <stu...@bl...>: > The configure script should generate a log (config.log?) that shows the > small program is it trying to compile. That's right, there should be a config.log and you'll find the description of the error towards the end of the file. > It could also be the library is named something else, (say) > libOSMesaGL.a or something. No idea how to properly fix something like > that, but as a last resort you could hand edit the configure.ac (might > be configure.in) and change the name. I usually create a symlink with the required name that points to the real lib, e.g. ln -s /usr/lib/libFancyGL.so.1.2.3 /usr/lib/libGL.so A quick look at /usr/lib shows that this is what Ubuntu does by default: lrwxrwxrwx 1 root root 17 2008-05-31 09:51 /usr/lib/libGL.so -> libGL.so.96.43.01 On my PC /usr/lib/libGL.so is only a symlink pointing to the libGL provided by NVIDIA. But take a look at config.log first to make sure that this is the problem. Kind regards, Jan R. -- Jan Reucker email: jan dot reucker at web dot de web: http://www.reucker-online.de |