diff options
author | Martin Pool <mbp@samba.org> | 2001-11-28 04:10:39 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2001-11-28 04:10:39 +0000 |
commit | 1c47fbd96b32bf4c42b1c705d19c5c2ec74af5c2 (patch) | |
tree | fe7f6d2c9ef54342c9d65f80314adf035c130ad4 /INSTALL | |
parent | 1691bdcafc85269066be844a77d4192325580867 (diff) | |
download | rsync-1c47fbd96b32bf4c42b1c705d19c5c2ec74af5c2.tar.gz rsync-1c47fbd96b32bf4c42b1c705d19c5c2ec74af5c2.tar.bz2 rsync-1c47fbd96b32bf4c42b1c705d19c5c2ec74af5c2.zip |
Note on HP-UX's bundled so-called C compiler.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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". + + |