Compiling 2.6.2 on Solaris 9 fails

2004-05-05 Thread John Martinez
Went through some of the archives, but couldn't find any answers to this. I'm trying to compile the latest rsync on Solaris 9 SPARC. I'm using gcc 2.95.3 supplied by Sun on the Companion CD. I get the following error: sun gmake gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c rsync.c -o

Re: Compiling 2.6.2 on Solaris 9 fails

2004-05-05 Thread John Martinez
On May 5, 2004, at 12:13 PM, Albert Chin wrote: Works fine with the Sun C compiler. Is your 2.95.3 build specifically for Solaris 9? GCC include files are specific to the platform it was built on. Thanks for replying. I installed GCC 3.3.3 from Blastwave and the compile worked. -john -- To

Error rsync 2.6.2 Solaris 9 over Sun SSH

2004-05-05 Thread John Martinez
Hello, I'm using Sun SSH on Solaris 9 and am getting the following error when using rsync over ssh: wrote 91628 bytes read 116 bytes 16680.73 bytes/sec total size is 293287825 speedup is 3196.81 rsync error: unexplained error (code 255) at main.c(633) The command I am using is: rsync -e ssh

Re: Error rsync 2.6.2 Solaris 9 over Sun SSH

2004-05-05 Thread John Martinez
On May 5, 2004, at 8:53 PM, Wayne Davison wrote: ssh host uptime ; echo $? Thanks, I'll check that out. -john -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html