Re: Libtool, rpath, and libGL.so

2011-11-29 Thread Adam Mercer
On Mon, Nov 28, 2011 at 23:30, Andy Spencer wrote: > This seems to be caused by libtool adding a -rpath flag which forces the > application to use the /usr/lib64 version provided by mesa even though > ld.so.conf has been properly configured to use the nvidia version. I ran into essentially the s

Libtool, rpath, and libGL.so

2011-11-29 Thread Andy Spencer
I'm building a library of mine on Fedora 64-bit and running into some problems. I'm running configure as follows: ./configure --prefix=/usr --libdir=/usr/lib64 The problem is that the wrong version of libGL.so is being used at runtime. The correct version is /usr/lib64/nvidia/libGL.so.* but any