Displaying 1 result from an estimated 1 matches for "r_cv_header_tcl_h".
2009 Apr 30
1
[Fwd: problems installing rjags | tcltk]
...see
use_tcltk='no'
Further upstream in the config.log, I see
configure:42914: checking for tcl.h
conftest.c:204:17: error: tcl.h: No such file or directory
and
ac_cv_env_TCLTK_CPPFLAGS_set=
ac_cv_env_TCLTK_CPPFLAGS_value=
ac_cv_env_TCLTK_LIBS_set=
ac_cv_env_TCLTK_LIBS_value=
and
r_cv_header_tcl_h=no
and
TCLTK_CPPFLAGS=''
TCLTK_LIBS=''
TCL_CONFIG=''
So, it seems as if my self-rolled R isn't TCLTK 'aware'. Is simply adding
--with-tcltk
to my configure call (i.e.,
./configure --with-lapack="-L/usr/lib64"
--with-blas="-L/opt/acml4.2.0...