Displaying 7 results from an estimated 7 matches for "lpng16".
Did you mean:
lpng12
2017 Jan 12
3
rgl
...;.
I actually had both on the system, removed the 32-bit version and reinstalled the 64-bit version but I am seeing only this in the config.log:
configure:4429: checking for glEnd in -lGL
configure:4454: gcc -o conftest -g -O2 -DHAVE_PNG_H -I/usr/include/libpng16 conftest.c -lGL -L/usr/lib64 -lpng16 -lX11 >&5
/usr/bin/ld: cannot find -lGL
collect2: error: ld returned 1 exit status
configure:4454: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRI...
2017 Jan 12
1
rgl
...7:41 AM
To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org
Subject: Re: [R-sig-Fedora] rgl
>> configure:4429: checking for glEnd in -lGL
>> configure:4454: gcc -o conftest -g -O2??-DHAVE_PNG_H
>> -I/usr/include/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-i...
2017 Jan 12
0
rgl
...system, removed the 32-bit version and
> reinstalled the 64-bit version but I am seeing only this in the
> config.log:
>
> configure:4429: checking for glEnd in -lGL
> configure:4454: gcc -o conftest -g -O2??-DHAVE_PNG_H
> -I/usr/include/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 | gr...
2017 Jan 12
2
rgl
...7:41 AM
To: Weiner, Michael <weinerm at ccf.org>; r-sig-fedora at r-project.org
Subject: Re: [R-sig-Fedora] rgl
>> configure:4429: checking for glEnd in -lGL
>> configure:4454: gcc -o conftest -g -O2??-DHAVE_PNG_H
>> -I/usr/include/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-i...
2019 Jun 02
3
rgl install for R 3.7
I?ve installed R 3.7.0 on a new laptop running macos 10.14.5 and have managed to get most of my usual packages
to compile from source with a ~/.R/Makevars file that looks like this:
CC=/usr/local/clang8/bin/clang
CXX=/usr/local/clang8/bin/clang++
LDFLAGS=-L/usr/local/clang8/lib
CPPFLAGS=-I/usr/local/clang8/include -I/opt/X11/include/freetype2
FC=/usr/local/gfortran/bin/gfortran
2019 Jun 02
0
rgl install for R 3.7
...ene.o select.o subscene.o
win32gui.o win32lib.o x11gui.o x11lib.o -lGLU -lGL -framework GLKit
-framework OpenGL -dylib_file
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-L/usr/local/lib -lpng16 -L/usr/X11/lib -lX11 -L/usr/local/lib
-lfreetype -L/Users/ripley/R/R-devel/lib -lR -Wl,-framework
-Wl,CoreFoundation
so that is statically linking libfreetype from /usr/local/lib and
installed from
https://mac.r-project.org/libs/freetype-2.5.5-darwin.13-x86_64.tar.gz .
And that provides a fre...
2017 Jan 11
2
rgl
I have a Fedora linux 24 64bit workstation I am trying to install rgl on and I keep running into this error:
trying URL 'https://cran.cnr.berkeley.edu/src/contrib/rgl_0.97.0.tar.gz'
Content type 'application/x-gzip' length 2369444 bytes (2.3 MB) ==================================================
downloaded 2.3 MB
* installing *source* package 'rgl' ...
** package