Displaying 2 results from an estimated 2 matches for "want_r_static_true".
2008 May 19
3
R static is dynamically linked!!
Hi,
After doing all I could find with the confiure script...
I set some env too...
export enable_R_static_lib=yes
export want_R_static=yes
export WANT_R_STATIC_TRUE=yes
./configure \
--prefix=${i} \
--enable-R-static-lib \
--enable-static \
--without-readline \
--without-iconv \
&& make \
&& make install \
&& echo "R ${v} installed in ${i}"
But the result is still dynamic:
ELF 64-bit...
2009 Feb 21
1
Install failure (PR#13545)
...;'
USE_RECOMMENDED_PACKAGES_TRUE=''
USE_VECLIB_G95FIX_FALSE=''
USE_VECLIB_G95FIX_TRUE=''
VERSION='2.8.1'
WANT_R_FRAMEWORK_FALSE=''
WANT_R_FRAMEWORK_TRUE='#'
WANT_R_SHLIB_FALSE=''
WANT_R_SHLIB_TRUE='#'
WANT_R_STATIC_FALSE=''
WANT_R_STATIC_TRUE='#'
WOE32DLL=''
XGETTEXT=''
XGETTEXT_015=''
XMKMF=''
XTRA_INTL_CPPFLAGS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
YACC='yacc'
YFLAGS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DUMP...