search for: xarch

Displaying 20 results from an estimated 101 matches for "xarch".

Did you mean: arch
2002 Mar 12
0
Rsync2.5.3
....1 checking for gcc... /import/datools/opt/SUNWspro/bin/cc checking for C compiler default output... configure: error: C compiler cannot create executables On Solaris5.8, configure was completed, when tried to make, it failed with the messages: %make /import/datools/opt/SUNWspro/bin/cc -I. -I. -xarch=v9 -DHAVE_CONFIG_H -I./popt -c rsync.c -o rsync.o /import/datools/opt/SUNWspro/bin/cc -I. -I. -xarch=v9 -DHAVE_CONFIG_H -I./popt -c generator.c -o generator.o /import/datools/opt/SUNWspro/bin/cc -I. -I. -xarch=v9 -DHAVE_CONFIG_H -I./popt -c receiver.c -o receiver.o /import/datools/opt/SUNWspro/b...
2009 Apr 14
2
Missing getopt_long in Solaris 8 Sparc
Hi, I have problems compiling speex 1.2rc1: > /opt/studio/SOS11/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I. - > I.. -I../include -I../include -I.. -I/opt/csw/include -I/opt/csw/ > include -xO3 -xarch=v8 -I/opt/csw/include -c skeleton.c > /bin/bash ../libtool --mode=link /opt/studio/SOS11/SUNWspro/bin/cc - > xO3 -xarch=v8 -I/opt/csw/include -xarch=v8 -L/opt/csw/lib -o > speexenc speexenc.o wav_io.o skeleton.o ../libspeex/libspeex.la ../ > libspeex/libspeexdsp.la -L/opt/csw/lib...
2003 Apr 20
1
log of build of 2.2.8a on Solaris9 using SUN's studio7 cc.
...==================================================== Lars Tunkrans Email: lars.tunkrans@bredband.net -------------------------------------------------------- -------------- next part -------------- # gmake Using FLAGS = -DHAVE_CRYPT_DECL -I/usr/local/include/openssl -O -fast -xtarget=ultra -xarch=v8plusa -Iinclude -I./include -I./ubiqx -I./smbwrapper -I/usr /local/include -I/usr/sfw/include -I/opt/sfw/include -I/usr/local/kde/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba/va r" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTSFIL...
2004 Apr 23
2
make fails with Sun Forte compiler (PR#6815)
Full_Name: rodney sparapani Version: 1.9.0 OS: Solaris 9 Submission from: (NULL) (141.106.120.97) I'm following the instructions for the Sun Forte compiler. I had success with 1.8.1 so I think the compiler settings are correct (config.site): CC="cc -xarch=v8plusa" CFLAGS="-xO5 -xlibmil -dalign" F77="f95 -xarch=v8plusa" FFLAGS="-xO5 -xlibmil -dalign" CXX="CC -xarch=v8plusa" CXXFLAGS="-xO5 -xlibmil -dalign" Actually, there is one thing that I didn't specify above, but...
2009 Feb 23
1
Build Error on Solaris
Dear R user, I try to build R-2.8.1 on SunOS 5.9, and use following command: CC="cc -xarch=v9" CFLAGS="-xO5 -xlibmil -dalign" F77="f95 -xarch=v9" FFLAGS="-xO5 -xlibmil -dalign" CXX="CC -xarch=v9" CXXFLAGS="-xO5 -xlibmil -dalign" FC="f95 -xarch=v9" FCFLAGS="-xO5 -xlibmil -dalign"...
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 Apr 17
1
Missing getopt_long in Solaris 8 Sparc
...t; Dagobert Michelsen a ?crit : >> Hi, >> >> I have problems compiling speex 1.2rc1: >> >>> /opt/studio/SOS11/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I. - >>> I.. -I../include -I../include -I.. -I/opt/csw/include -I/opt/csw/ >>> include -xO3 -xarch=v8 -I/opt/csw/include -c skeleton.c >>> /bin/bash ../libtool --mode=link /opt/studio/SOS11/SUNWspro/bin/ >>> cc - >>> xO3 -xarch=v8 -I/opt/csw/include -xarch=v8 -L/opt/csw/lib -o >>> speexenc speexenc.o wav_io.o skeleton.o ../libspeex/libspeex.la ../ >>...
2006 Jul 26
2
Install R-patched_2006-07-13 on i386-pc-solaris2.10 with Sun Studio 11
...root at Huba # echo $PATH /opt/SUNWspro/bin:/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/ccs/bin:/usr/ openwin/bin:/usr/dt/bin:/usr/platform/i86pc/sbin:/opt/SUNWvts/bin:/opt/S UNWexplo/bin:/usr/local/bin root at Huba # echo $CC cc root at Huba # echo $CXX CC root at Huba # echo $CFLAGS -xarch=amd64 -xmodel=medium root at Huba # echo $CXXFLAGS -xarch=amd64 -xmodel=medium root at Huba # echo $FCFLAGS -xarch=amd64 -xmodel=medium root at Huba # echo $FFLAGS -xarch=amd64 -xmodel=medium root at Huba # echo $LDFLAGS -xarch=amd64 -xmodel=medium root at Huba # echo $R_BROWSER...
2003 Feb 04
1
Bug in configure script for Solaris v9 arch with libsunperf (PR#2530)
...onfigure script sets this flag up if the sgemm sunperf test passes!). Quick fix: Add the recommended flag to the compiler env vars Description: ----------- I'm setting the following env vars before running configure, as per the admin guide: export PATH=/usr/ccs/bin:$PATH export CC="cc -xarch=v9" export CFLAGS="-xO5 -xlibmil -dalign" export F77="f95 -xarch=v9" export FFLAGS="-xO5 -xlibmil -dalign" export CXX="CC" export CXXFLAGS="-xO5 -xlibmil -dalign" Config.log reports the following: configure:19929: checking for sgemm_ in -lsun...
2010 Mar 22
2
some fixes for R 2.01.1 on OpenSolaris using Sun Studio compilers
...GS} ${MAIN_LDFLAGS} -o conftest${ac_exeext} \ conftest.${ac_objext} conftestf.${ac_objext} ${FLIBS} \ ${LIBM} 1>&5 2>&5; ## </NOTE> 4. configure --prefix=/opt/R/2.10.1 --disable-nls --enable-R-shlib --with-libintl-prefix=/opt/lib CC=cc CFLAGS='-O -m64 -xarch=native' CPPFLAGS=-I/opt/lib/include LDFLAGS='-m64 -L/opt/lib/lib -R/opt/lib/lib' LIBS=-liconv CXX=CC CXXFLAGS='-O -m64 -xarch=native' F77=f95 FFLAGS='-O -m64 -xarch=native' R_BROWSER=opera R_PDFVIEWER=evince 5. The results of running the tests: cd tests. make...
2004 Sep 08
1
Problems loading Lapack library
...4.0 Sun WorkShop Dbx 4.0 Sun WorkShop Performance Analyzer 4.0 Sun WorkShop IPE 4.0 Sun WorkShop Compiler FORTRAN 77 4.2 Sun WorkShop Compiler Fortran 90 1.2 Sun Performance Library 1.2 Here are the lines I changed in config.site: R_PAPERSIZE=letter CC="cc -xarch=v8plusa" CFLAGS="-xO3 -dalign" F77="f90 -xarch=v8plusa" FFLAGS="-xO3 -dalign" MAIN_LDFLAGS="-xarch=v8plusa" LDFLAGS="-L/opt/SUNWspro/lib -L/usr/local/lib" CXX="CC -xarch=v8plusa" CXXFLAGS="-xO3 -dalign" BLAS_LIBS="-xlic...
2002 Jun 15
2
Late Make Problem with Readline (PR#1673)
...e, but may be the cause of the problem with the break in the make process I am worried about. I am using 64 bit Solaris, with the 64 bit with Sun Forte flags as advocated in Appendix B. 7.2 of the Installation Guide. I compiled readline with the same flags. For definiteness, they are CC="cc -xarch=v9" CFLAGS="-xO5 -xlibmil -dalign" F77="f95 -xarch=v9" FFLAGS="-xO5 -xlibmil -dalign" CXX=CC CXXFLAGS="-xO5 -xlibmil -dalign -xarch=v9" Without readline, the make command exectutes fine. Here is the actual bug mkdir -p -- ../../../../library/methods/l...
2013 Sep 27
1
version 2.2.6 breaks compiling on Solaris 10 sparc
...of the compiler output while building: libtool: compile: /opt/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-test -I../../src/lib-dns -I../../src/lib-ssl-iostream -I/opt/csw/include/mysql -I/opt/csw/include/postgresql -I/opt/csw/include -xO3 -m32 -xarch=sparc -I/opt/csw/include -c http-header-parser.c -KPIC -DPIC -o .libs/http-header-parser.o "http-header-parser.c", line 264: warning: statement not reached "http-header-parser.c", line 281: warning: argument #3 is incompatible with prototype: protot...
2011 Feb 09
1
Problem installing MCMCpack on SPARC Solaris 10
...ge 'MCMCpack' * removing '/apps/sparcv9/R-2.12.0/lib/R/library/MCMCpack' 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/solstudi...
2006 Feb 20
2
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
...main in -ltermcap... yes checking for rl_callback_read_char in -lreadline... no checking for history_truncate_file... no configure: error: --with-readline=yes (default) and headers/libs are not available My R-2.2.1/config.site has the following changes from default: CC="cc -xtarget=opteron -xarch=amd64" CFLAGS="-xO5 -xlibmil -dalign" CPPFLAGS=-I/opt/sfw/include -I/opt/sfw/include/readline \ -I/opt/csw/include -I/opt/SUNWspro/include -I/opt/csw/include/readline F77="f95 -xarch=amd64 -xtarget=opteron" FFLAGS="-xO5 -xlibmil -dalign" LDFLAGS=-L/opt/SUNWspro/li...
2009 Apr 17
0
Missing getopt_long in Solaris 8 Sparc
...he library. Jean-Marc Dagobert Michelsen a ?crit : > Hi, > > I have problems compiling speex 1.2rc1: > >> /opt/studio/SOS11/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I. - >> I.. -I../include -I../include -I.. -I/opt/csw/include -I/opt/csw/ >> include -xO3 -xarch=v8 -I/opt/csw/include -c skeleton.c >> /bin/bash ../libtool --mode=link /opt/studio/SOS11/SUNWspro/bin/cc - >> xO3 -xarch=v8 -I/opt/csw/include -xarch=v8 -L/opt/csw/lib -o >> speexenc speexenc.o wav_io.o skeleton.o ../libspeex/libspeex.la ../ >> libspeex/libspeexdsp.l...
2004 Sep 03
0
Installation problems on Solaris 2.6
...E 4.0 Sun WorkShop Dbx 4.0 Sun WorkShop Performance Analyzer 4.0 Sun WorkShop IPE 4.0 Sun WorkShop Compiler FORTRAN 77 4.2 Sun WorkShop Compiler Fortran 90 1.2 Sun Performance Library 1.2 Here are the lines I changed in config.site: R_PAPERSIZE=letter CC="cc -xarch=v8plusa" CFLAGS="-xO3 -dalign" F77="f90 -xarch=v8plusa" FFLAGS="-xO3 -dalign" MAIN_LDFLAGS="-xarch=v8plusa" LDFLAGS=-L/opt/SUNWspro/lib CXX="CC -xarch=v8plusa" CXXFLAGS="-xO3 -dalign" BLAS_LIBS="-xlic_lib=sunperf" LAPACK_LIB...
2011 Nov 22
1
Problem compiling dovecot 2.1 Beta1 under Solaris 10 on SPARC
...ol=yes \ DEPDIR=.deps depmode=none /bin/bash ../../depcomp \ /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-dns -I../../src/lib-ssl-iostream -I../../src/lib-mail -I../../src/lib-imap -I/usr/local/include -fast -xarch=v8plusa -I/usr/sfw/include -c -o imapc-client.lo imapc-client.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-dns -I../../src/lib-ssl-iostream -I../../src/lib-mail -I../../src/lib-imap -I/usr/local/include -fast -xarch=v8plusa -I/usr/sfw/include -c imapc-c...
2007 Jun 15
0
Solaris 10 x64 Compiling issues with Sun Studio 12
...Library Link Flags #LIBS="-lfasttime" #LD_PRELOAD_64=/usr/lib/amd64/libmtmalloc.so LDFLAGS="-L/opt/yp/lib -R/opt/yp/lib -L/usr/sfw/lib/64 -R/usr/sfw/lib/ 64 -L/usr/ sfw/lib -R/usr/sfw/lib -L/usr/lib/64 -R/usr/lib/64 -L/usr/lib -R/usr/ lib" # Compiler Flags #CFLAGS="-m64 -xarch=sse2 -fns -fsimple=2 -fsingle -nofstore - xalias_level=basic -xbuiltin=%all -xdepend -xlibmil -xlibmopt -xO5 -xregs=frameptr -mt - lpthread" CXX=CC #CXXFLAGS="-m64 -xarch=sse2 -fns -fsimple=2 -fsingle -nofstore - xalias_level=bas ic -xbuiltin=%all -xdepend -xlibmil -xlibmopt -xO5 -xreg...
2007 Dec 10
1
Building R on Sun Solaris 10 (SPARC) using Sun Studio 12
...=letter > 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...