Displaying 1 result from an estimated 1 matches for "want_r_stat".
Did you mean:
want_r_static
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 resul...