Displaying 1 result from an estimated 1 matches for "libr0".
Did you mean:
librt
2015 Dec 11
0
R-devel, autotools and libtool
...} - not 'simple' to find where it is defined (not in config.ac,
not in m4/R.m4 - that I understand)
Guessing here, but for 64-bit I expect this may be introducing one of
the problems I have had:
## As from R 3.2.0 split up -L... and -lR
if test "${want_R_shlib}" = yes; then
LIBR0="-L\$(R_HOME)/lib\$(R_ARCH)"
LIBR1=-lR
else
LIBR0=
LIBR1=
fi
And then, ignoring the rest until I get to:
## <FIXME>
## Completely disable using libtool for building shlibs until libtool
## fully supports Fortran and C++.
## AC_ARG_WITH([libtool],
## [AS_HELP_STRING([--wi...