search for: sparcvi

Displaying 4 results from an estimated 4 matches for "sparcvi".

Did you mean: sparcv9
2007 Dec 10
1
Building R on Sun Solaris 10 (SPARC) using Sun Studio 12
...r > SHLIB_CXXLDFLAGS="-G /opt/SUNWspro/lib/libCrun.so" > CC=/opt/SUNWspro/bin/cc CXX=/opt/SUNWspro/bin/CC > F77=/opt/SUNWspro/bin/f77 F90=/opt/SUNWspro/bin/f95 > FC=/opt/SUNWspro/bin/f95 CFLAGS="-mt -ftrap=%none > -xarch=sparcvis -fPIC -xmemalign=4s" > CXXFLAGS="-mt -ftrap=%none -xarch=sparcvis -xmemalign=4s" > FFLAGS="-mt -ftrap=%none -shared -xarch=sparcvis" > FCFLAGS="-mt -ftrap=%none -shared -xarch=sparcvis" > LDFLAGS="-...
2007 Dec 07
0
regression tests for unlink and wildcards fail - Solaris 10 SPARC / Sun Studio 12 (PR#10501)
...ure options that I set for all three builds: ./configure --prefix=/usr/local/R --with-blas=sunperf --with-lapack --with-tcl-config=/usr/local/lib/tclConfig.sh --with-tk-config=/usr/local/lib/tkConfig.sh R_PAPERSIZE=letter CC=/opt/SUNWspro/bin/cc CFLAGS="-mt -ftrap=%none -xarch=sparcvis" LDFLAGS="-L/usr/local/lib -R/usr/local/lib" CXX=/opt/SUNWspro/bin/CC CXXFLAGS="-mt -ftrap=%none -xarch=sparcvis" F77=/opt/SUNWspro/bin/f95 F95=/opt/SUNWspro/bin/f95 FFLAGS="-mt -ftrap=%none -xarch=sparcvis" FC=/opt/SUNWspro/bin/f95 FCFLAGS=&quot...
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
2008 Sep 25
0
Problem building 3.2.4 on Solaris 10
...statement not reached ld: fatal: file /opt/openldap/lib/liblber.so: wrong ELF class: ELFCLASS64 ld: fatal: File processing errors. No output written to conftest configure:54446: $? = 1 I'm compiling this 64-bit, but my CFLAGS variable is gone. It should be: CFLAGS="-g -O -mt -m64 -xarch=sparcvis -xcode=pic32 -xpagesize=4m -xbuiltin -xlibmil -xlibmopt -xlic_lib=sunperf" I could see it earlier in the log during some of the tests, but it seems to have disappeared. Is this a bug? Is there a fix or a way to work around this? Also, unrelated to my problem, I'm getting this warni...