search for: lcstd

Displaying 9 results from an estimated 9 matches for "lcstd".

Did you mean: lbstd
2009 Feb 21
1
R-devel/Linux x64/Sun Studio 12: Problem with Matrix
...f our packages with Sun Studio 12 on Fedora x64. Everything worked fine and R-devel runs, with the exception of package Matrix where compilation crashes with the following message. The error occurs during building of the recommended packages and also if Matrix is compiled separately: [...] CC -G -lCstd -L/opt/sun/sunstudio12/lib/amd64 -o Matrix.so CHMfactor.o Csparse.o TMatrix_as.o Tsparse.o init.o Mutils.o chm_common.o cs.o cs_utils.o dense.o dgCMatrix.o dgTMatrix.o dgeMatrix.o dpoMatrix.o dppMatrix.o dsCMatrix.o dsyMatrix.o dspMatrix.o dtCMatrix.o dtTMatrix.o dtrMatrix.o dtpMatrix.o factorizat...
2008 Jan 08
1
loading igraph package on Solaris
...laris2.10-library/2.5/igraph/libs/igraph.so: symbol __1cDstdEcerr_: referenced symbol not found Error : .onLoad failed in 'loadNamespace' for 'igraph' Error: package/namespace load failed for 'igraph' At the suggestion of the igraph help list, I've tried adding "-lCstd" to src/Makevars.in after the "PKG_LIBS=@XML2_LIBS@" and recompliling, but no luck. Any ideas? My system info is: SunOS 5.10 i386 Generic_120012-14 09-19-2007 gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) R version 2.5.1 (2007-06-27) igraph version 0.4.5 (with a few changes...
2009 Mar 11
1
Compiling R-2.8.1 on Sparc Solaris 10: libRlapack.so: symbol __vlog_: referenced symbol not found
...GS="-O -xlibmieee" export F77="f95 -xtarget=native64" export CXXFLAGS=-O export FFLAGS="-O4 -xlibmopt -libmil -xvector=lib -fround=nearest" export FCFLAGS=$FFLAGS export LDFLAGS="-L/usr/sfw/lib/sparcv9 -L/opt/csw/lib/sparcv9" export SHLIB_CXXLDFLAGS="-G -lCstd" export BLAS_LIBS=-xlic_lib=sunperf export LIBS="-lmvec" export SHLIB_CFLAGS=-lmvec and: ./configure --prefix=/opt/R-2.8.1 --enable-threads=solaris --with-blas Could you please help me to pinpoint the problem. Thanks -- Mohammad
2005 Aug 23
0
Compile probs amd64 solaris10 studio10 compilers
...ings are:- setenv CC "cc -xarch=amd64" setenv F77 "f95 -xarch=amd64" setenv CXX "CC -xarch=amd64" setenv CFLAGS "-xO5 -xlibmil -dalign" setenv FFLAGS "-xO5 -xlibmil -dalign" setenv CXXFLAGS "-xO5 -xlibmil -dalign" setenv SHLIB_CXXLDFLAGS -lCstd setenv LDFLAGS "-L/usr/local/SUNWspro/lib/amd64 -L/usr/local/SUNWspro/lib -L/usr /local/lib" I've installed a 64bit tcl/tk and readline -- Vin.Everett at cimr.cam.ac.uk JDRF/WT Diabetes and Inflammation Laboratory (DIL) Cambridge Institute for Medical Research (CIMR) Wellcome T...
2003 Feb 11
1
Compilers on Solaris: beware!
...c -V) cc: Sun WorkShop 6 update 1 C 5.2 2000/09/11 (aka Forte 6) to cc: Forte Developer 7 C 5.4 2002/03/09 although the later seem to be known as Sun ONE these days. A few comments which may be helpful to other users: 1) It seems that to use C++ code (e.g. package Matrix) you now need to add -lCstd to SHLIB_CXXLDFLAGS. We will look into making configure do that automatically. 2) To get libsunperf recognized under v9 (64-bit) options you need --with-blas="-xlic_lib=sunperf": this is already in the configure script for R-devel. 3) libsunperf now seems to have the LAPACK entry poi...
2008 May 12
1
Advice on compiling R using Intel Compilers? Btw: -c99 is deprecated
...-O3" CXX=icpc CXXFLAGS="-g -O3" FC=ifort FCFLAGS="-g -O3 -mp" ICC_LIBS=/opt/intel/cce/10.1.015/lib/ IFC_LIBS=/opt/intel/fce/10.1.015/lib/ LDFLAGS="-L$ICC_LIBS -L$IFC_LIBS -L/usr/local/lib64" SHLIB_CXXLD=icpc SHLIB_LDFLAGS="-shared" #SHLIB_CXXLDFLAGS=-G -lCstd 4: ./configure --enable-R-shlib - first time it broke here since I had no flags set for SHLIB_LDFLAGS, so just put it at -shared for lack of a brighter idea ... seems to work (with only a warming about SHLIB_CXXLDFLAGS, hence the comment). 5: make Now here I get 10 somewhat thousand messages (pun...
2010 Feb 22
2
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems
...in/sunf95 FFLAGS="-g -O -libmil " SAFE_FFLAGS="-g -libmil" CPICFLAGS=-Kpic FPICFLAGS=-Kpic SHLIB_LDFLAGS=-shared LDFLAGS=-L/opt/sun/sunstudio12.1/lib/386 CXX=/opt/sun/sunstudio12.1/bin/sunCC CXXFLAGS="-g -xlibmil -xlibmieee" CXXPICFLAGS=-Kpic SHLIB_CXXLDFLAGS="-G -lCstd" FC=/opt/sun/sunstudio12.1/bin/sunf95 FCFLAGS=$FFLAGS FCPICFLAGS=-Kpic MAKE=dmake R install guide also indicates that: "The OS needs to have enough support for wide-character types: this is checked at configuration. Specifically, the C99 functionality of headers wchar.h and wctype.h, typ...
2007 Dec 07
0
regression tests for unlink and wildcards fail - Solaris 10 SPARC / Sun Studio 12 (PR#10501)
...is" F77=/opt/SUNWspro/bin/f95 F95=/opt/SUNWspro/bin/f95 FFLAGS="-mt -ftrap=%none -xarch=sparcvis" FC=/opt/SUNWspro/bin/f95 FCFLAGS="-mt -ftrap=%none -xarch=sparcvis" CPICFLAGS=-xcode=pic32 CPPFLAGS="-I/usr/local/include" SHLIB_CXXLDFLAGS="-G -lCstd" For now, I think I will continue to use version 2.5.1 as I am able build/test that version and I know it works. However, I would like to upgrade at some point and just thought I would make you aware of the failed test on the Sun Solaris 10 (SPARC) platform using the latest Sun Studio 12 s...
2007 Dec 20
1
64-bit R build with Studio 12 on Sparc v9
Hi, I'm working on a server with a sparcv9 chip using SunOS 5.9 Generic May 2002. The compilers are the Sun Studio 12 compilers. I'm trying to build a 64-bit version of R-2.6.1, and while the configure script runs, the make does not. Here are the options I set in config.site: ________________________________________________________________________ _ R_PAPERSIZE=letter CC="cc