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><
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.