[R] R static is dynamically linked!!
George Georgalis
george at galis.org
Tue May 20 00:39:39 CEST 2008
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 LSB executable, AMD x86-64, version 1 (SYSV), for NetBSD 4.0, dynamically linked (uses shared libs), not stripped
Is there some way to make this static?
// George
--
George Georgalis, information system scientist <IXOYE><
More information about the R-help
mailing list