search for: v8plusa

Displaying 13 results from an estimated 13 matches for "v8plusa".

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" -DLMHOSTSFILE="...
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 I'm...
2004 Sep 08
1
Problems loading Lapack library
...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_lib=sun...
2011 Nov 22
1
Problem compiling dovecot 2.1 Beta1 under Solaris 10 on SPARC
...\ 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-client.c...
2003 Jun 09
1
[patch] ./configure problem on Solaris with Sun's CC
...a $LIBS" fi Solaris doesn't have xmalloc and friends available and so LIBS includes ../lib/libxtra.a. This causes all future invokations of the compiler to fail like so: configure:10955: /opt/SUNWspro/bin/cc -o conftest -fast -g -xs -v -xstrconst -xdepend -xtarget=ultra2 -xarch=v8plusa -xprefetch -fast -g -xs -v -xstrconst -xdepend -xtarget=ultra2 -xarch=v8plusa -xprefetch -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -D_ISO9X_SOURCE -D_OSF_SOURCE -D_XOPEN_SOURCE_EXTENDED -fno-strict-aliasing -xildoff -xildoff -xildoff -xildoff conftest.c ../lib/libxtra.a -lr...
2004 Sep 03
0
Installation problems on Solaris 2.6
...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_LIBS="...
2010 Jun 14
1
v2.0.beta6 compilation problem under Solaris 9
Hello, compiling dovecot-2.0.beta6 under Solaris 9 runs into an error. I use the following setup: CC=cc export CC CPPFLAGS='-I/usr/local/include' export CPPFLAGS CFLAGS='-fast -xarch=v8plusa' export CFLAGS LDFLAGS='-L/usr/local/lib -R/usr/local/lib' export LDFLAGS ./configure --help ./configure --prefix=/opt/local ./gmake ...... Making all in lib-imap gmake[3]: Entering directory `/net/fileserv/export/sunsrc/src/dovecot-2.0.beta6/src/lib-imap' source='imap-match.c...
2015 Apr 08
2
dovecot-2.2.16 compilation problems under Solaris Studio 11
...fileserv/export/sunsrc/src/dovecot-2.2.16/src/lib' source='test-array.c' object='test_lib-test-array.o' libtool=no \ DEPDIR=.deps depmode=none /bin/bash ../../depcomp \ cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-test -I/opt/local/include -I/usr/local/include -fast -xarch=v8plusa -I/opt/local/include -c -o test_lib-test-array.o `test -f 'test-array.c' || echo './'`test-array.c "test-array.c", line 129: warning: initializer does not fit or is out of range: -32768 "test-array.c", line 129: warning: initializer does not fit or is ou...
2003 Jun 09
0
[patch] ./configure problem on Solaris
...a $LIBS" fi Solaris doesn't have xmalloc and friends available and so LIBS includes ../lib/libxtra.a. This causes all future invokations of the compiler to fail like so: configure:10955: /opt/SUNWspro/bin/cc -o conftest -fast -g -xs -v -xstrconst -xdepend -xtarget=ultra2 -xarch=v8plusa -xprefetch -fast -g -xs -v -xstrconst -xdepend -xtarget=ultra2 -xarch=v8plusa -xprefetch -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE -D_ISO9X_SOURCE -D_OSF_SOURCE -D_XOPEN_SOURCE_EXTENDED -fno-strict-aliasing -xildoff -xildoff -xildoff -xildoff conftest.c ../lib/libxtra.a -lr...
2012 Jan 25
1
problem compiling imaptest under solaris
...irectory `/net/fileserv/export/sunsrc/src/imaptest-20111119/src' source='client.c' object='client.o' libtool=no \ DEPDIR=.deps depmode=none /bin/bash ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/dovecot -I/usr/local/include -fast -xarch=v8plusa -I/usr/sfw/include -c client.c "/opt/local/include/dovecot/imap-util.h", line 6: warning: useless declaration "client-state.h", line 6: warning: useless declaration "client.c", line 655: operand cannot have void type: op "==" "client.c", line 655...
2013 Apr 09
1
failed compiling dovecot 2.1.16 under solaris
...NFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib-master -I../../../src/lib-dict -I../../../src/lib-index -I../../../src/lib-mail -I../../../src/lib-storage -I../../../src/lib-storage/index -I../../../src/lib-storage/index/maildir -I../../../src/doveadm -I/usr/local/include -fast -xarch=v8plusa -I/usr/sfw/include -c quota-status.c "../../../src/lib-storage/mailbox-list.h", line 13: warning: useless declaration "quota-status.c", line 200: undefined symbol: optarg "quota-status.c", line 200: warning: improper pointer/integer combination: arg #1 cc: acomp fai...
2004 Jan 28
0
cross-realm spnego issue in 3.0.2rc1
.../01/28 02:23:56, 0] lib/fault.c:(39) =============================================================== [2004/01/28 02:23:56, 0] lib/util.c:(1400) PANIC: internal error In case it matters, the build environment is Solaris 9 9/03 and Sun ONE Studio 8. My optimization flags were "-x03 -xarch=v8plusa -xchip=ultra2". I linked against openldap 2.1.22, mit-krb5 1.3.1, and cups 1.1.20 all from blastwave.com's pkg-get archive. The configure flags were: --with-pam --with-acl-support --with-ads --with-ldap --with-krb5=/opt/csw I attached to smbd with dbx in follow child on fork mode, and h...
2001 Dec 06
2
Solaris install problem ... mcount
Hmnnn... This is the third version of R I have installed and I am stumped on this one. There is some unresolved external I cannot find... /opt/SUNWspro/bin/cc -v -o R.bin CConverters.o Rdynload.o RNG.o apply.o arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o devPS.o devPicTeX.o deparse.o