Intro  Base  More  Read  Use  Last 30  60  90  All Articles  RSS


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: rsync-3.0.2   Print


Base Nav: first previous next last All Tab 2 spacerspacer
Source code is available here.

Run these commands:

cd /sources/ &&
rm -rf rsync-3.0.2 &&
tar -xzf rsync-3.0.2.tar.gz &&
cd rsync-3.0.2 &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install

The output should look something like this:

configure.sh: Configuring rsync 3.0.2
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e...
/bin/grep
checking for egrep... /bin/grep -E
checking for a BSD-compatible install... /bin/install -c
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard
C... (cached) -std=gnu99
checking whether to include debugging symbols... yes
checking for remsh... 0
checking for yodl2man... 0
checking the group for user ""nobody""... nobody
checking for broken largefile support... no
checking for special C compiler options needed for large
files... no
checking for _FILE_OFFSET_BITS value needed for large
files... 64
checking ipv6 stack type... linux-glibc
checking for library containing getaddrinfo... none
required
checking whether to call shutdown on all sockets... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be
included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
.
.
.
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c compat.c -o compat.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c hlink.c -o hlink.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c token.c -o token.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c uidlist.c -o uidlist.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c socket.c -o socket.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c hashtable.c -o hashtable.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c fileio.c -o fileio.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c batch.c -o batch.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c clientname.c -o clientname.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c chmod.c -o chmod.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c acls.c -o acls.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c xattrs.c -o xattrs.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c progress.c -o progress.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c pipe.c -o pipe.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c params.c -o params.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c loadparm.c -o loadparm.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c clientserver.c -o clientserver.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c access.c -o access.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c connection.c -o connection.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c authenticate.c -o authenticate.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c lib/wildmatch.c -o lib/wildmatch.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c lib/compat.c -o lib/compat.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c lib/snprintf.c -o lib/snprintf.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c lib/mdfour.c -o lib/mdfour.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c lib/md5.c -o lib/md5.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c lib/permstring.c -o lib/permstring.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c lib/pool_alloc.c -o lib/pool_alloc.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c lib/sysacls.c -o lib/sysacls.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c lib/sysxattrs.c -o lib/sysxattrs.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c zlib/deflate.c -o zlib/deflate.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c zlib/inffast.c -o zlib/inffast.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c zlib/inflate.c -o zlib/inflate.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c zlib/inftrees.c -o zlib/inftrees.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c zlib/trees.c -o zlib/trees.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c zlib/zutil.c -o zlib/zutil.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c zlib/adler32.c -o zlib/adler32.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c zlib/compress.c -o zlib/compress.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c zlib/crc32.c -o zlib/crc32.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c popt/findme.c -o popt/findme.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c popt/popt.c -o popt/popt.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c popt/poptconfig.c -o popt/poptconfig.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c popt/popthelp.c -o popt/popthelp.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W
-I./popt  -c popt/poptparse.c -o popt/poptparse.o
gcc -std=gnu99 -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt  -o
rsync flist.o rsync.o generator.o receiver.o cleanup.o
sender.o exclude.o util.o main.o checksum.o match.o
syscall.o log.o backup.o options.o io.o compat.o hlink.o
token.o uidlist.o socket.o hashtable.o fileio.o batch.o
clientname.o chmod.o acls.o xattrs.o progress.o pipe.o
params.o loadparm.o clientserver.o access.o connection.o
authenticate.o lib/wildmatch.o lib/compat.o lib/snprintf.o
lib/mdfour.o lib/md5.o lib/permstring.o lib/pool_alloc.o
lib/sysacls.o lib/sysxattrs.o  zlib/deflate.o
zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o
zlib/zutil.o zlib/adler32.o zlib/compress.o zlib/crc32.o
popt/findme.o  popt/popt.o  popt/poptconfig.o
popt/popthelp.o popt/poptparse.o 
mkdir -p /usr/bin
/bin/install -c  -m 755 rsync /usr/bin
mkdir -p /usr/share/man/man1
mkdir -p /usr/share/man/man5
if test -f ./rsync.1; then /bin/install -c -m 644 ./rsync.1
/usr/share/man/man1; fi
if test -f ./rsyncd.conf.5; then /bin/install -c -m 644
./rsyncd.conf.5 /usr/share/man/man5; fi


~~~
Please read our Terms of Use and our Privacy Policy
A tip o' the hat to the folks at Linux From Scratch, who provided a lot of the know-how and framing for the NoNIC OS.

Copyright 2006-2009 NoNIC.org

Created by:
MCJ
MCJ CMS