# # # 28-Mar-08 amo Download and Install rsync # # # http://rsync.samba.org/ftp/rsync/src/rsync-3.0.0.tar.gz # # cd /usr/local/src # tar zxvfp rsync-3.0.0.tar.gz # cd rsync-3.0.0 ./configure # Failed to create rounding.h! == fails on "main box: *.6" # make: *** [rounding.h] Error 1 # # ------------------------------------------- # tar zxvfp rsync-2.6.9.tar.gz # cd rsync-2.6.9 ./configure # make # gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c options.c -o options.o # options.c:408: warning: excess elements in struct initializer after `long_options[2]' # options.c:409: `POPT_ARG_VAL' undeclared here (not in a function) # # # # fails # # # End of file