diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-05-29 18:18:37 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-05-29 18:18:37 +0000 |
commit | 58177615563efd88a7c87787b3fd14462c4287cb (patch) | |
tree | 3e073d6313d58aad6c3caa00ed47810149e8ac15 /INSTALL | |
parent | a529a47cdce8b2b77fcf771e4c2947668589d9e1 (diff) | |
download | fetchmail-58177615563efd88a7c87787b3fd14462c4287cb.tar.gz fetchmail-58177615563efd88a7c87787b3fd14462c4287cb.tar.bz2 fetchmail-58177615563efd88a7c87787b3fd14462c4287cb.zip |
Eliminate some installation headaches.
svn path=/trunk/; revision=1053
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -40,14 +40,6 @@ Run 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 -problem. - 3. INSTALL Lastly, become root and run @@ -83,11 +75,6 @@ This software is known to work with the qpop/popper series of freeware POP3 servers; also with the IMAP2bis and IMAP4 servers that are distributed with Pine from the University of Washington. -A couple of users have reported that some recent (post-2.7.2) versions -of gcc seem to have an optimizer bug that affects fetchmail. If your -fetchmail core dumps (especially near startup) try recompiling without --O. Alternatively, you can drop back to gcc 2.7.2 or below. - 6. REPORTING BUGS You should read the FAQ file question G1 before reporting a bug. |