diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 10:19:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-03-13 10:19:06 +0000 |
commit | 59b9527cc469665992cfae12af1f9fc3143289d3 (patch) | |
tree | d53e9e0b8b14110b6f0d83613b78c40935cc16b1 | |
parent | 5a2c422ccff9c0a0f3777d31c4af38b6c0256fdc (diff) | |
download | fetchmail-59b9527cc469665992cfae12af1f9fc3143289d3.tar.gz fetchmail-59b9527cc469665992cfae12af1f9fc3143289d3.tar.bz2 fetchmail-59b9527cc469665992cfae12af1f9fc3143289d3.zip |
Add warning about broken makes.
svn path=/trunk/; revision=932
-rw-r--r-- | INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -38,7 +38,11 @@ Run make -This will compile fetchmail for your system. +This should compile fetchmail for your system. + +Some makes (on AIX and HPUX and possibly elsewhere) choke on the YACC +grammar dependencies. If this happens to you, install the free GNU +make program and throw away your native one, it's broken. If linking fails to resolve atexit(), go find a compiler that isn't lying about being ANSI-compliant (such as gcc). Some SunOS users have had this |