I would suggest installing a compiler. GCC should be on your installation
set. If not, it's a simple matter to download it.
If you already have one, check your $PATH.
Tim Conway
Unix System Administration
Contractor - IBM Global Services
desk:3032734776
conway@us.ibm.com
Hallo!
I am trying to install rsync on fedora core2.
When I run ./configure I get the following error message:
[root@testserver rsync-2.6.2]# ./configure
configure: Configuring rsync 2.6.2
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
How do I solve this problem?
Thanks!