search for: lpng

Displaying 20 results from an estimated 58 matches for "lpng".

Did you mean: long
2001 Nov 18
1
Configuration: libpng needs zlib, but ...
I noticed that congigure reported libpng as "not found" although a recent version exists. Further looking into this issue told me, that the test failed because the test from R.m4 AC_CHECK_LIB(png, png_create_write_struct, [ BITMAP_LIBS="${BITMAP_LIBS} -lpng -lz" AC_DEFINE(HAVE_PNG) ], , ${LIBS}) ], AC_MSG_RESULT([no])) ]) did fail: gcc.exe -o conftest.exe -g -m486 -Zmt -Ig:/include -I/xfree86/include -Zmt -Zcrtdll -Zsysv-signals conftest.c -lpng -lsocket -lreadline -ldl -lncurses -lm -lcExt g:\lib/png.a(pngwrite.o):...
2005 Nov 25
1
Problems compiling R under AIX 4.3
.../src/modules/X11' make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11' /usr/local/bin/gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 -ljpeg -lpng -lz /usr/local/lib/gcc/powerpc-ibm-aix4.3.2.0/3.4.3/../../../../powerpc-ibm-aix4.3.2.0/bin/ld: -static and -shared may not be used together collect2: ld returned 1 exit status make[1]: *** [R_X11.so] Error 1 make[1]: Leaving directory `/home/mau/sy/R-2.2.0/src/modules/X11' make: *** [R] Error 2...
2001 Nov 02
1
png and jpeg libs for Solaris
...rting. ./configure reports: checking for jpeglib.h... yes checking if jpeglib version >= 6b... yes checking for jpeg_destroy_compress in -ljpeg... no checking for main in -lz... yes checking for png.h... yes checking if libpng version >= 1.0.5... yes checking for png_create_write_struct in -lpng... no checking for XDR support... yes checking for gzopen in -lz... yes checking for zlib.h... yes checking if zlib version >= 1.1.3... yes But: > capabilities() jpeg png tcltk X11 libz http/ftp sockets libxml fifo cledit FALSE FALSE FALSE TRUE...
2005 Dec 05
0
Compiling R under AIX 4.3
...with dynamic linking: make[4]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11' /usr/local/bin/gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 -ljpeg -lpng -lz /usr/local/lib/gcc/powerpc-ibm-aix4.3.2.0/3.4.3/../../../../powerpc-ibm-aix4.3.2.0/bin/ld: -static and -shared may not be used together collect2: ld returned 1 exit status make[4]: *** [R_X11.so] Error 1 If I add -Wl,-G the same error! If I unset SHLIB_LDFLAGS % $MAKE SHLIB_LDFLAGS=" &...
2004 Dec 08
1
install bug with specific JPEG library by exporting CPPFLAGS variable
...ch sorry): ------------------------------------------------------------------------------ make[4]: Entre dans le repertoire `/mnt/softs/R/R-2.0.1/src/modules/X11' gcc -shared -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -L/usr/X11R6/lib -lX11 -ljpeg -lpng -lz -lreadline -ldl -lncurses -lm /usr/bin/ld: ne peut trouver -ljpeg collect2: ld a retourne 1 code d'?tat d'ex?cution make[4]: *** [R_X11.so] Erreur 1 make[4]: Quitte le repertoire `/mnt/softs/R/R-2.0.1/src/modules/X11' make[3]: *** [R] Erreur 2 make[3]: Quitte le repertoire `/mnt/so...
2005 Jan 18
1
X11 installation problem Linux X86_64
...so forgive my ignorance. I've searched high and low but haven't come across the specific answer to my questions. configure runs fine, then make gives this error: ... gcc -shared -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -L/usr/X11R6/lib -lX11 -ljpeg -lpng -lz -lreadline -ldl -lncurses -lm /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.so when searching for -lX11 /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libX11.a when searching for -lX11 /usr/bin/ld: cannot find -lX11 collect2: ld returned 1 exit status make[4]: *** [R_X11.so] E...
2004 Mar 05
0
rgl v0.64-10 released
...rgl device at its core is a real-time 3D engine written in C++. It provides an interactive viewpoint navigation facility (mouse + wheel support) and an R programming interface. VERSION v0.64-10 CHANGELOG - MacOS X 'Panther' G5 fix for OpenGL library loading in .first.lib - removed lpng and zlib from source tree - support for automatic downloading of zlib and lpng on win32 - added demo directory with several examples using demo(rgl) - CRAN R check fixes (v0.64-9 to v0.64-10) KNOWN BUGS - rgl.close() and rgl.quit() might crash on X11 platforms HOMEPAGE http://wsopuppenkist...
2004 Mar 05
0
rgl v0.64-10 released
...rgl device at its core is a real-time 3D engine written in C++. It provides an interactive viewpoint navigation facility (mouse + wheel support) and an R programming interface. VERSION v0.64-10 CHANGELOG - MacOS X 'Panther' G5 fix for OpenGL library loading in .first.lib - removed lpng and zlib from source tree - support for automatic downloading of zlib and lpng on win32 - added demo directory with several examples using demo(rgl) - CRAN R check fixes (v0.64-9 to v0.64-10) KNOWN BUGS - rgl.close() and rgl.quit() might crash on X11 platforms HOMEPAGE http://wsopuppenkist...
2003 Apr 27
1
XFree86-4 is broken ?
...ing. The build fails here: /usr/ports/x11/XFree86-4-clients/work/xc/programs/xcursorgen rm -f xcursorgen cc -o xcursorgen -O -pipe -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef -L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib xcursorgen.o -lXcursor -lXrender -lXext -lX11 -L/usr/local/lib -lpng -lm -lz -L/usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib /usr/X11R6/lib/libXcursor.so: undefined reference to `XRenderFindStandardFormat' /usr/X11R6/lib/libXcursor.so: undefined reference to `XRenderCreateAnimCursor' /usr/X11R6/lib/libXcursor.so: undefined reference to `XRenderCre...
2014 Oct 20
2
config file locations
...; > [*] https://github.com/networkupstools/nut/issues/152 Trouble is shooting back already: ./configure --with-usb --with-cgi --with-doc bails out: checking for gd version via gdlib-config... none found checking for gd include flags... checking for gd library flags... -L/usr/X11R6/lib -lgd -lpng -lz -ljpeg - lfreetype -lm -lXpm -lX11 checking for gd.h... no checking for gdfontmb.h... no checking for library containing gdImagePng... no configure: error: libgd not found, required for CGI build And gdlib does not appear to be available from the repo's. I'd like to have the CGI scrip...
2006 May 26
1
Building V2.3.0 on Tru64 V5.1B
...+ and Fortran. I plan on using the following configure string: CPPFLAGS="-I/opt/gnu/include -I/opt/libjpeg/include -I/opt/libpng/include -I/opt/ncurses/include" CFLAGS="-std1" LDFLAGS="-L/opt/gnu/lib -L/opt/libjpeg/lib -L/opt/libpng/lib -L/opt/ncurses/lib -lncurses -ljpeg -lpng -rpath "/opt/libpng/lib:/opt/libjpeg/lib:/opt/ncurses/lib:/opt/gnu/lib:/usr/shl ib" R_PAPERSIZE=letter CC=cc CXX=cxx ./configure prefix=/opt/R --without-readline --without-blas I expect to update the config.site file with the above values. If someone has built R-2.3.0 on Tru64 V5.1B, I w...
2007 Feb 03
1
Installation Help
...Recommended packages: yes ================================ however when I run "make" I got the following error: ================================ gcc -shared -L/usr/local/lib64 -o R_X11.so dataentry.o devX11.o rotated.o rbitmap.o -lSM -lICE -L/usr/X11R6/lib64 -lX11 -lXt -ljpeg -lpng -lz -lm /usr/bin/ld: /usr/local/lib64/libz.a(crc32.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/local/lib64/libz.a: could not read symbols: Bad value collect2: ld returned 1 exit status make[4]: *** [R_X11.so] Error...
2007 Feb 13
2
anyone has C++ STL classes stability issue if used with R
...k-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib -lMagick -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm -lpthread -------------------------------------------------------------------------- It could be I am missing something totally simple and therefore get these errors, but I cannot identify what. Thanks for help, Oleg ----------------------...
2007 Dec 29
2
[LLVMdev] llvm-gcc-4.2 and -O4
...coord.o xform.o postscript.o raster3d.o vrml.o regex.o opengl.o image.o eps_img.o sgi_img.o jpeg_img.o png_img.o clib/clib.a \ -L/sw/lib -lglut -lGLU -lGL /System/Library/Frameworks/OpenGL.framework/Libraries/libGL.dylib -L/usr/X11R6/lib -lX11 -lXi -lXmu -L/sw/lib -ljpeg -L/sw/lib -lpng -lz -bind_at_load -lm ld: warning in molscript.tab.o, file is not of required architecture ld: warning in global.o, file is not of required architecture ld: warning in lex.o, file is not of required architecture ld: warning in col.o, file is not of required architecture ld: warning in select.o, fi...
2004 Jun 25
4
rgl installation problems
...tic -fno-exceptions -fno-rtti -fPIC -O2 -g -march=i 386 -mcpu=i686 -c glgui.cpp -o glgui.o g++ -L/usr/local/lib -o rgl.so x11lib.o x11gui.o types.o math.o fps.o pixmap.o gui.o api.o device.o devicemanager.o rglview.o scene.o glgui.o -L/usr/X11R6/lib -L/usr/lib -lstdc++ -lX11 -lXext -lGL -lGLU -lpng /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../crt1.o(.text+0x18): In functio n `_start': ../sysdeps/i386/elf/start.S:77: undefined reference to `main' x11lib.o(.text+0x84): In function `set_R_handler': /tmp/R.INSTALL.8663/rgl/src/x11gui.h:33: undefined reference to `R_InputHandler...
2009 Jul 21
1
problem installing cairo on freebsd
...f R was compiled with the RConn patch... no checking cairo.h usability... yes checking cairo.h presence... yes checking for cairo.h... yes checking for PNG support in Cairo... yes checking for ATS font support in Cairo... no configure: CAIRO_LIBS=-pthread -L/usr/local/lib -lfreetype - lfontconfig -lpng -lm -lz -lXrender -lcairo -lX11 checking for library containing deflate... none required checking whether Cairo programs can be compiled... yes checking whether cairo_image_surface_get_format is declared... no checking for FreeType support in cairo... yes checking whether FreeType needs additional...
2006 Jun 08
1
Problems Building R-2.3.1 on Alpha server ES40 running Tru64 V5.1B PK#5
...ySW/R/R-2.3.1/buil d/include -I/opt/gnu/include -I/opt/libjpeg/include -I/opt/libpng/include -I/opt/zlib/include -I/opt/ncurses/include -ieee_with_inexact -st d1 -c lqs.c -o lqs.o cc -shared -L/opt/gnu/lib -L/opt/libjpeg/lib -L/opt/libpng/lib -L/opt/ncurses/lib -L/opt/zlib/lib -lncurses -ljpeg -lpng -lz -rpath /opt/libpng /lib:/opt/libjpeg/lib:/opt/ncurses/lib:/opt/gnu/lib:/usr/shlib:/opt/zlib /lib:/opt/R/lib -o MASS.so MASS.o lqs.o ld: Warning: Unresolved: exp fabs pow sqrt isnan Rf_error R_alloc Rprintf R_chk_calloc R_chk_free vmmin R_registerRoutines R_useDynamicSymbols log GetRNGstate PutR...
2004 Aug 08
2
R packages install problems linux - X not found (WhiteBoxEL 3)
...t; -fno-rtti -fPIC -O2 -g -march=i386 -mcpu=i686 -c glgui.cpp -o glgui.o > > g++ -L/usr/local/lib -o rgl.so x11lib.o x11gui.o types.o math.o fps.o > pixmap.o gui.o api.o device.o devicemanager.o rglview.o scene.o glgui.o > -L/usr/X11R6/lib -L/usr/lib -lstdc++ -lX11 -lXext -lGL -lGLU -lpng > /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/../../../crt1.o(.text+0x18): In > function `_start': > : undefined reference to `main' > x11lib.o(.text+0x84): In function `set_R_handler': > /tmp/R.INSTALL.13414/rgl/src/x11gui.h:33: undefined reference to > `R_InputHandlers&...
2007 Feb 03
0
Installation Help [Ignore]
...============================ > > > however when I run "make" I got the following error: > > > ================================ > gcc -shared -L/usr/local/lib64 -o R_X11.so dataentry.o devX11.o rotated.o > rbitmap.o -lSM -lICE -L/usr/X11R6/lib64 -lX11 -lXt -ljpeg -lpng -lz -lm > /usr/bin/ld: /usr/local/lib64/libz.a(crc32.o): relocation R_X86_64_32 > against `a local symbol' can not be used when making a shared object; > recompile with -fPIC > /usr/local/lib64/libz.a: could not read symbols: Bad value > collect2: ld returned 1 exit status >...
2007 Dec 13
0
Errors building RMagick on Linux
...RARY_PATH=/usr/local/lib echo $LD_LIBRARY_PATH make --------------------------------------- gcc -shared -L/usr/local/lib -L''/usr/local/lib'' -Wl,-R''/usr/local/ lib'' -o RMagick.so rmutil.o rmilist.o rmdraw.o rmimage.o rmfill.o rmmain.o rminfo.o -lMagick -ljpeg -lpng -lz -lm -lpthread -lWand - lMagick -ldl -lcrypt -lm -lc /usr/bin/ld: /usr/local/lib/libMagick.a(magick_libMagick_la- animate.o): relocation R_X86_64_32 against `a local symbol'' can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libMagick.a: could not read sy...