Displaying 2 results from an estimated 2 matches for "tclco".
Did you mean:
tclck
2011 Feb 09
1
Problem installing MCMCpack on SPARC Solaris 10
...stlport4"
FC=$F77
FFLAGS="-m64 -xarch=sparcvis2"
FCFLAGS=$FFLAGS
LDFLAGS="-L/opt/csw/lib/sparcv9 -L/opt/solstudio12.2/prod/lib/v9"
export CC CPPFLAGS CFLAGS F77 FFLAGS CXX CXXFLAGS FC FCFLAGS LDFLAGS
./configure --prefix=/apps/sparcv9/R-2.12.0 --with-tcl-config=/opt/csw/lib/tclCo
nfig.sh --with-tk-config=/opt/csw/lib/tkConfig.sh --disable-nls
Jun Zhang
____________________________________________________________________________________
Be a PS3 game guru.
[[alternative HTML version deleted]]
2004 Dec 01
3
core dump during make check when building 64-bit R on Solaris8/9
...ne, that build 64-bit R (I am
building R version 2.0.1) with sunperf library gives a core dump during
make check. So I configured my build without the sunperf (BLAS and
lapack) library. My configure statement looks like this:
./configure --prefix=/usr/local/R-2.0.1
--with-tcl-config=/usr/sfw/lib/tclCo
nfig.sh --with-tk-config=/usr/sfw/lib/tkConfig.sh --without-blas
The "make check" ran without a problem after this.
I hope that the sun compiler people can look into this and see if there
is a problem with the sunperf library. Maybe Peter Dalgaard ha further
insights into this? Thanks...