Problem of install rsync on Solaris 10

hi all,

I have download latest version for rsync from rsync download web site.

I trying install rsync tool to sun solaris 10 (SPARC M4000 server) and but get some error. Please see below:

-bash-3.00$ ./configure
configure.sh: Configuring rsync 3.0.6
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
checking whether to include debugging symbols... yes
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure.sh: error: in `/dod_homes/users/certs/rsync-3.0.6':
configure.sh: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

how to fix this? what is do wrong with me?

You need a C compiler (SUNWgcc package)...or download and install rsync binary package from here Sunfreeware

Download it from below site.. Sunfreeware - Freeware Open Source Software for Sun Microsystem's Solaris

There are 3 more dependencies for it.. Please download that also and try installing...

Freeware for Solaris

Search for rsync-3.0.6-sol10-sparc-local.gz

---------- Post updated at 06:01 AM ---------- Previous update was at 06:00 AM ----------

Just install it by pkgadd -d option...

thank reply all. i have install this package after fix it.