Displaying 3 results from an estimated 3 matches for "r_bitmap".
Did you mean:
rc_bitmap
2001 Nov 18
1
Configuration: libpng needs zlib, but ...
...: Undefined symbol _crc32 referenced from text
segment
......
This is because zlib is not included in the command line (-lz). And this
has to do
with the order of calls in configure in: libz is looked for AFTER the
bitmap libs, so it
is not in $(LIBS) yet:
......
## Bitmap headers and libraries.
R_BITMAPS
## XDR headers and library routines.
R_XDR
## zlib headers and libraries.
R_ZLIB
## POSIX times.
R_USES_LEAPSECONDS
......
I think either the order in configure.in should be changed or in R.m4
the zlib
should be included into the OTHER-LIBRARIES branch of the macro.
--
Thomas Hoffmann...
2016 Sep 09
2
forgive possible repost: alternate bzip2 library
Hi,
I am resubmitting a question, mainly because I suspect I may have
inadvertently cancelled it, while it was awaiting moderator approval.
It's about manually compiling R-3.3.1 and using, not the standard system's
(ver 1.0.5), but an alternate a bzip2 (v1.0.6) which is located in a
non-standard location.
I usually lean on pkg-config to deal with issues like this. I've create an
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...ot;x${ac_cv_header_tiffio_h}" = xyes ; then
+ if test "x${have_tiff}" = xyes; then
+ AC_DEFINE(HAVE_TIFF, 1, [Define this if libtiff is available.])
+ BITMAP_LIBS="-ltiff ${BITMAP_LIBS}"
+ else
+ have_tiff=no
+ fi
+ fi
fi
AC_SUBST(BITMAP_LIBS)
])# R_BITMAPS
-------------- next part --------------
Link with libm to fix unresolved symbols when linked with as-needed
and add a soname to the standalone math library
Patch by Sebastien Fabbro
--- src/nmath/standalone/Makefile.in.orig 2010-03-17 14:43:22.000000000 +0000
+++ src/nmath/standalone/Makefile.in 2...