On Wed, Dec 7, 2011 at 23:26, Peter O'Gorman wrote:
> Does anyone want to try again?
>
> http://lists.gnu.org/archive/html/libtool-patches/2010-11/msg00027.html
>
> I only have red hat like distros, so if someone could update the patch and
> look at other distros that'd be great.
I can have a pl
On 11/29/2011 11:48 PM, Adam Mercer wrote:
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 nvidi
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
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