Displaying 4 results from an estimated 4 matches for "braque".
Did you mean:
brace
2017 Jan 12
3
rgl
----Original Message-----
From: Martyn Plummer [mailto:plummerm at iarc.fr]
Sent: Thursday, January 12, 2017 3:36 AM
To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org
Subject: Re: [R-sig-Fedora] rgl
>One possibility is that you have the 32-bit version of mesa-libGL-devel installed. This will provide the headers but not the 64-bit l>ibrary which is what you need
2017 Jan 12
1
rgl
...-lpng16 -lX11
>> >&5
>> /usr/bin/ld: cannot find -lGL
>
>Well that is odd. It means that the linker cannot find libGL even though it is installed on the system. Try?
>
>/sbin/ldconfig -p | grep libGL.so
>
>You should see something like this.
>
>[martyn at braque-iarc-lan minutes]$ /sbin/ldconfig -p | grep libGL.so
> libGL.so.1 (libc6,x86-64) => /lib64/libGL.so.1
> libGL.so.1 (libc6) => /lib/libGL.so.1
> libGL.so (libc6,x86-64) => /lib64/libGL.so
Odd:
[root at lri-105689 rgl]# /sbin/ldconfig -p | grep libGL.so
libGL.so.1 (libc6,x...
2017 Jan 12
0
rgl
...libpng16??conftest.c -lGL???-L/usr/lib64 -lpng16 -lX11
> >&5
> /usr/bin/ld: cannot find -lGL
Well that is odd. It means that the linker cannot find libGL even
though it is installed on the system. Try?
/sbin/ldconfig -p | grep libGL.so
You should see something like this.
[martyn at braque-iarc-lan minutes]$ /sbin/ldconfig -p | grep libGL.so
libGL.so.1 (libc6,x86-64) => /lib64/libGL.so.1
libGL.so.1 (libc6) => /lib/libGL.so.1
libGL.so (libc6,x86-64) => /lib64/libGL.so
If you don't see the entry pointing to /lib64/libGL.so then type
sudo /sbin/ldconfig
and try again....
2017 Jan 12
2
rgl
...-lpng16 -lX11
>> >&5
>> /usr/bin/ld: cannot find -lGL
>
>Well that is odd. It means that the linker cannot find libGL even though it is installed on the system. Try?
>
>/sbin/ldconfig -p | grep libGL.so
>
>You should see something like this.
>
>[martyn at braque-iarc-lan minutes]$ /sbin/ldconfig -p | grep libGL.so
> libGL.so.1 (libc6,x86-64) => /lib64/libGL.so.1
> libGL.so.1 (libc6) => /lib/libGL.so.1
> libGL.so (libc6,x86-64) => /lib64/libGL.so
Odd:
[root at lri-105689 rgl]# /sbin/ldconfig -p | grep libGL.so
libGL.so.1 (libc6,x...