aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-11-28 04:10:39 +0000
committerMartin Pool <mbp@samba.org>2001-11-28 04:10:39 +0000
commit1c47fbd96b32bf4c42b1c705d19c5c2ec74af5c2 (patch)
treefe7f6d2c9ef54342c9d65f80314adf035c130ad4 /INSTALL
parent1691bdcafc85269066be844a77d4192325580867 (diff)
downloadandroid_external_rsync-1c47fbd96b32bf4c42b1c705d19c5c2ec74af5c2.tar.gz
android_external_rsync-1c47fbd96b32bf4c42b1c705d19c5c2ec74af5c2.tar.bz2
android_external_rsync-1c47fbd96b32bf4c42b1c705d19c5c2ec74af5c2.zip
Note on HP-UX's bundled so-called C compiler.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 15 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 099ab2bb..09c61e47 100644
--- a/INSTALL
+++ b/INSTALL
@@ -13,3 +13,18 @@ As of 2.4.7, rsync uses Eric Troan's popt option-parsing library. A
cut-down copy of release 1.5 is included in the rsync distribution,
and will be used it there is no popt library on your build host, or if
the --with-included-popt option is passed to ./configure.
+
+
+
+HP-UX NOTES
+-----------
+
+The HP-UX 10.10 "bundled" C compiler seems not to be able to cope with
+ANSI C. You may see this error message in config.log if ./configure
+fails:
+
+ (Bundled) cc: "configure", line 2162: error 1705: Function prototypes are an ANSI feature.
+
+Install gcc or HP's "ANSI/C Compiler".
+
+