search for: xlibmieee

Displaying 18 results from an estimated 18 matches for "xlibmieee".

2010 Feb 22
2
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems
I am trying to compile R on Linux using SunStudio. Configure flags are mostly as suggested in the R install guide. CC=/opt/sun/sunstudio12.1/bin/suncc CFLAGS="-g -xc99 -xlibmil -xlibmieee" MAIN_CFLAGS=-g SHLIB_CFLAGS=-g CPPFLAGS="-I. -I/opt/sun/sunstudio12.1/prod/include -I/opt/sun/sunstudio12.1/prod/include/cc" CPPFLAGS+="-I/opt/sun/sunstudio12.1/prod/include/cc/sys -I/usr/local/include" F77=/opt/sun/sunstudio12.1/bin/sunf95 FFLAGS="-g -O -libmil &quot...
2010 Feb 23
1
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems (rt)
Thank you Martyn, I am one step closer. Using R-patched, configure was successful. However, make exited with an error. Configure summary: Installation directory: /usr/local C compiler: /opt/sun/sunstudio12.1/bin/suncc -g -O -xc99 -xlibmil -m32 -xlibmieee -nofstore Fortran 77 compiler: /opt/sun/sunstudio12.1/bin/sunf95 -g -O -libmil -m32 -nofstore C++ compiler: /opt/sun/sunstudio12.1/bin/sunCC -g -O -xlibmil -m32 -xlibmieee -nofstore Fortran 90/95 compiler: /opt/sun/sunstudio12.1/bin/sunf95 -g -O -libmil -m32 -nofstor...
2007 Oct 30
1
Difficulty Compiling RSQLite on Solaris x86 Using Studio 12 Compilers
...name configure:1625: dmake: defaulting to parallel mode. See the man page dmake(1) for more information on setting up the .dmakerc file. /opt/studio12/SUNWspro/bin/cc -m64 dmake: defaulting to parallel mode. See the man page dmake(1) for more information on setting up the .dmakerc file. -xO5 -xc99 -xlibmieee -xlibmil -nofstore conftest.c >&5 ./configure: line 1626: dmake:: command not found configure:1628: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define P...
2007 Jan 30
1
Solaris 10 compilation issue
...dflatex" DVIPS="/usr/local/teTeX/bin/i386-pc-solaris2.10/dvips" MAKEINFO="/usr/local/teTeX/bin/i386-pc-solaris2.10/makeinfo" UCOMPILER="-xarch=amd64" UFLAGS="-xO5 -xlibmil" CC="/opt/SUNWspro/bin/cc $UCOMPILER" CFLAGS="$UFLAGS -xc99=%all -xlibmieee" F77="/opt/SUNWspro/bin/f95 $UCOMPILER" FFLAGS="$UFLAGS -fsimple=0" CXX="/opt/SUNWspro/bin/CC $UCOMPILER" CXXFLAGS="$UFLAGS -xlibmieee" FC="/opt/SUNWspro/bin/f95 $UCOMPILER" FCFLAGS="$UFLAGS -fsimple=0 -xlang=c99" LD="/usr/ccs/bi...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...dflatex" DVIPS="/usr/local/teTeX/bin/i386-pc-solaris2.10/dvips" MAKEINFO="/usr/local/teTeX/bin/i386-pc-solaris2.10/makeinfo" UCOMPILER="-xarch=amd64" UFLAGS="-xO5 -xlibmil" CC="/opt/SUNWspro/bin/cc $UCOMPILER" CFLAGS="$UFLAGS -xc99=%all -xlibmieee" F77="/opt/SUNWspro/bin/f95 $UCOMPILER" FFLAGS="$UFLAGS -fsimple=0" CXX="/opt/SUNWspro/bin/CC $UCOMPILER" CXXFLAGS="$UFLAGS -xlibmieee" FC="/opt/SUNWspro/bin/f95 $UCOMPILER" FCFLAGS="$UFLAGS -fsimple=0 -xlang=c99" LD="/usr/ccs/bi...
2010 Dec 03
1
Problem installing RCurl
...bs cc -xc99 -m64 -xarch=sparcvis2 -I/apps/sparcv9/R-2.12.0/lib/R/include -I/opt/csw/include -DHAVE_LIBIDN_FIELD=1 -DHAVE_CURLOPT_URL=1 -DHAVE_CURLINFO_EFFECTIVE_URL=1 .........(omitted here is very long, all upper case) -DHAVE_CURLOPT_SSL_SESSIONID_CACHE=1 -I/opt/csw/include -KPIC -xcode=abs64 -xlibmieee -xtarget=ultra3 -xarch=sparcvis2 -c base64.c -o base64.o "/opt/csw/include/curl/curlrules.h", line 144: zero or negative subscript "base64.c", line 25: warning: assignment type mismatch: pointer to const char "=" pointer to unsigned char "base64.c", l...
2011 Feb 09
1
Problem installing MCMCpack on SPARC Solaris 10
...root@dqssun4 local# which cc /opt/solstudio12.2/bin/cc root@dqssun4 local# which R /apps/sparcv9/R-2.12.0/bin/R The configure script for the successful R installation is the following, CC="cc -xc99 -m64 -xarch=sparcvis2" CPPFLAGS="-I/opt/csw/include" CFLAGS="-xcode=abs64 -xlibmieee -xtarget=ultra3 -xarch=sparcvis2" F77=f95 CXX="CC -m64 -library=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...
2010 Jul 04
5
dovecot-1.2.12 fails to build on Solaris 8 and 10
configure fails with : configure: error: Unsupported off_t type I am not too sure what off_t is needed but this is a pretty standard thing. My configure line : ./configure --build=i386-pc-solaris2.10 --host=i386-pc-solaris2.10 --prefix=/opt/csw --with-zlib --with-ssl=openssl --with-storages=mbox,maildir --with-libiconv-prefix=/opt/csw Yes, the openssl libs are in /opt/csw/lib Not sure what
2007 Jan 30
0
R Compiling issue
...tex" DVIPS="/usr/local/teTeX/bin/i386-pc-solaris2.10/dvips" MAKEINFO="/usr/local/teTeX/bin/i386-pc-solaris2.10/makeinfo" UCOMPILER="-xarch=amd64" UFLAGS="-xO5 -xlibmil" CC="/opt/SUNWspro/bin/cc $UCOMPILER" CFLAGS="$UFLAGS -xc99=%all -xlibmieee" F77="/opt/SUNWspro/bin/f95 $UCOMPILER" FFLAGS="$UFLAGS -fsimple=0" CXX="/opt/SUNWspro/bin/CC $UCOMPILER" CXXFLAGS="$UFLAGS -xlibmieee" FC="/opt/SUNWspro/bin/f95 $UCOMPILER" FCFLAGS="$UFLAGS -fsimple=0 -xlang=c99" LD="/usr...
2007 Jan 30
0
Issue with compiling R on solaris 10
...dflatex" DVIPS="/usr/local/teTeX/bin/i386-pc-solaris2.10/dvips" MAKEINFO="/usr/local/teTeX/bin/i386-pc-solaris2.10/makeinfo" UCOMPILER="-xarch=amd64" UFLAGS="-xO5 -xlibmil" CC="/opt/SUNWspro/bin/cc $UCOMPILER" CFLAGS="$UFLAGS -xc99=%all -xlibmieee" F77="/opt/SUNWspro/bin/f95 $UCOMPILER" FFLAGS="$UFLAGS -fsimple=0" CXX="/opt/SUNWspro/bin/CC $UCOMPILER" CXXFLAGS="$UFLAGS -xlibmieee" FC="/opt/SUNWspro/bin/f95 $UCOMPILER" FCFLAGS="$UFLAGS -fsimple=0 -xlang=c99" LD="/usr/ccs/bi...
2007 May 01
10
Problem with the installation of "install R" on Sun Solaris
An embedded and charset-unspecified text was scrubbed... Name: config.txt Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070501/bdf55878/attachment.txt
2009 Mar 11
1
Compiling R-2.8.1 on Sparc Solaris 10: libRlapack.so: symbol __vlog_: referenced symbol not found
...GS="-I/usr/sfw/include -I/opt/csw/include" export R_PAPERSIZE=letter export CC="cc -xtarget=native64" export FC="f95 -xtarget=native64" export CXX="CC -xtarget=native64" export CPPFLAGS="-I/usr/sfw/include -I/opt/csw/include" export CFLAGS="-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 BLA...
2010 Aug 16
19
v2.0.0 released
http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz.sig As promised last Friday, here's the v2.0.0 release finally. I'm cautiously optimistic that v2.0.1 won't (have to) be released for a few weeks, since there was quite a lot of testing and fixing going on in the RC stage. Remember to read http://wiki2.dovecot.org/Upgrading/2.0
2010 Aug 16
19
v2.0.0 released
http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz http://dovecot.org/releases/2.0/dovecot-2.0.0.tar.gz.sig As promised last Friday, here's the v2.0.0 release finally. I'm cautiously optimistic that v2.0.1 won't (have to) be released for a few weeks, since there was quite a lot of testing and fixing going on in the RC stage. Remember to read http://wiki2.dovecot.org/Upgrading/2.0
2010 Dec 01
1
Install package 'Matrix' problem
64-bit R-2.12.0 was installed on Sun SPARC Solaris 10. Compiler used is solstudio12.2. Attached is the configure script. I then tried to install a recommended package called Matrix. The compilation failed with the following messages, ....... CC -library=stlport4 -G -L/opt/csw/lib/sparcv9 -L/opt/solstudio12.2/prod/lib/v9 -o Matrix.so CHMfactor.o Csparse.o TMatrix_as.o Tsparse.o init.o Mutils.o
2011 Jan 07
1
Trouble compiling R-2.10.0
Hi, I am having trouble compiling R-2.10.0 on the Solaris x86_64 platform using the native solaris-studio cc/F99 compilers. I am pretty sure that I have all my environment set up for a 64-bit compile. However, when doing a make I get the following error: /opt/solstudio12.2/bin/cc -m64 -I./api -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -KPIC -xO3 -c
2008 Mar 25
2
Incorrect behavior in 64-bit version (PR#11034)
Full_Name: Lodewijk Bonebakker Version: v2.6.2 OS: Solaris, x86, snv_80 Submission from: (NULL) (192.18.43.225) when I build R in 32-bit mode on my 64-bit OS, R works as expected: R version 2.6.2 (2008-02-08) ... Type 'q()' to quit R. > m <- matrix(ncol=2,c(1:6)) > > m [,1] [,2] [1,] 1 4 [2,] 2 5 [3,] 3 6 > n <- log10(m) > n [,1]
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