search for: xo2

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

Did you mean: o2
2001 Oct 23
1
Compilation error on Solaris Workshop 6 (+patch)
Hi! At compilation of the openssh-2.9.9p2 with Solaris WorkShop 6.01 the following compilation error was given out. /opt/SUNWspro/bin/cc -Xa -xF -xCC -xildoff -xarch=v9 -xchip=ultra -dalign -I/usr/include/v9 -D_REENTRANT -xO2 -I. -I. -I/usr/local/include -DETCDIR=\"/etc/ssh\" -D_PATH_SSH_PROGRAM=\"/usr/local/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/local/sbin/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/local/sbin/sftp-server\" -D_PATH_SSH_PIDDIR=\"/var/run\" -DHAVE_CONF...
2004 Jun 26
0
build failure solaris9x86 with Studio9 (forte)
I am setup as follows: CC=/opt/SUNWspro/bin/cc CFLAGS=-fast -xO2 -xtarget=pentium4 CXX=/opt/SUNWspro/bin/CC INSTALL=/usr/ucb/install I untarred 3.0.4 and cd into source and simply ran ./configure with no arguments. It configured fine and then started to build, but failed: ... ... Compiling tdb/tdbutil.c with -KPIC "tdb/tdbutil.c", line 46: warning:...
1998 Aug 18
1
Problem in "configure" for Solaris (cc) -- solved (partly) --
...algaard BSA <p.dalgaard@biostat.ku.dk> > > Martin Maechler <maechler@stat.math.ethz.ch> writes: > > > Reading the long output of ``cc -flags'', > > I see that more than average optimization is done using > > cc -xO[1-4] > > # And -O is -xO2. If you do want higher speed, you need to use other flags too, and -fast is a good start. > > Still very funny that "-O2" leads to such bad results with ./configure. > > Maybe configure could become smarter here... > > This is a generic problem with autoconf: It goes l...
2004 Apr 08
4
Device majors incorrectly set to 0 during rsync
...to contact me if I can provide anything else useful. Problem: -------- Major numbers on 64bit Solaris are being dropped, and created as 0 on recieving end. 32bit version works perfectly. Environment: ------------ Solaris 8 or Solaris 9 (haven't tried any other 64bit OSes) SunPRO cc CFLAGS = -xO2 CFLAGS += -xarch=v9 (turns on 64 bit compile) Configure: ---------- ./configure --enable-debug=no Build: ------ gmake Run: ---- ./rsync -av /devices/pseudo/ /tmp/foo Symptoms: --------- root@ti1us003# ls -l /devices/pseudo/ total 0 crw-rw-rw- 1 root sys 44, 0 Mar 30 19:30 arp@0:arp crw...