aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-05-06 06:21:35 +0000
committerAndrew Tridgell <tridge@samba.org>1998-05-06 06:21:35 +0000
commitdebb45054a3c4d4da3faac372e993b594e5a0df7 (patch)
tree4d74a2b85a2e0aef8aa1780e8e003b887d24384b /README
parentefb2f6bf626c4379065431bc207b47a4b824a7f3 (diff)
downloadandroid_external_rsync-debb45054a3c4d4da3faac372e993b594e5a0df7.tar.gz
android_external_rsync-debb45054a3c4d4da3faac372e993b594e5a0df7.tar.bz2
android_external_rsync-debb45054a3c4d4da3faac372e993b594e5a0df7.zip
Solaris 2.6 doesn't support "signed char". What a broken system!
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 20d5054b..e11ef88d 100644
--- a/README
+++ b/README
@@ -72,6 +72,12 @@ To install rsync, first run the "configure" script. This will create a
Makefile and config.h appropriate for your system. Then type
"make".
+Note that on some systems you will have to force configure not to use
+gcc because gcc may not support some features (such as 64 bit file
+offsets) that your system may support. Set the environment variable CC
+to the name of your native compiler before running configure in this
+case.
+
Once built put a copy of rsync in your search path on the local and
remote systems (or use "make install"). That's it!