From 7b92c0bfb8b7fb83b23ab322ffffc9948c18fba1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 17 May 1997 15:05:31 +0000 Subject: Remove section on built-time problems. svn path=/trunk/; revision=1013 --- fetchmail-FAQ.html | 52 ++++------------------------------------------------ 1 file changed, 4 insertions(+), 48 deletions(-) (limited to 'fetchmail-FAQ.html') diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index d127f875..20c4b2b0 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -9,8 +9,9 @@

Frequently Asked Questions About Fetchmail

-The current version of fetchmail is 3.9.4. New in the FAQ: improved -version of T2 on using fetchmail with exim.

+The current version of fetchmail is 3.9.5. New in the FAQ: +the B section (build-time problems) is gone, as these all appear +to have been fixed now.

Before reporting any bug, please read G3 for advice on how to include diagnostic information that will get your bug fixed @@ -34,12 +35,6 @@ fetchmail-friends-request@thyrsus.com.

G3. I think I've found a bug. Will you fix it?
G4. I have this idea for a neat feature. Will you add it?
-

Build-time problems:

- -B1. My C compiler libraries don't seem to have atexit(3).
-B2. Building fetchmail fails with compiler errors in error.c.
-B3. Make doesn't know how to build rcfile_y.h or rcfile_l.h.
-

Fetchmail configuration file grammar questions:

F1. Why does my .fetchmailrc from 2.8 or earlier no longer work?
@@ -187,45 +182,6 @@ All that said, if you have a feature idea that really is about a transport problem that can't be handled anywhere but fetchmail, lay it on me. I'm very accommodating about good ideas.

-


-

B1. My C compiler libraries don't seem to have atexit(3).

- -Your compiler libraries are deficient (this has been reported from a -bunch of older Solaris and SCO boxes). The atexit(3) -function is part of the ANSI C standard and should be there.

- -You may be able to find a linkable object for atexit(3) in your C++ -library. If not, I recommend installing the GNU C library and/or GCC -itself. You can find a copy of the GNU C library (which is fully -ANSI-compliant and supplies ANSI-compliant headers as well) at ftp://prep.ai.mit.edu/pub/gnu/glibc-1.09.1.tar.gz

- -If you are a SunOS user and cannot install glibc, Chris Cheyney <cheyney@netcom.com> has -developed a patch -that adds atexit to the fetchmail code itself.

- -


-

B2. Building fetchmail fails with compiler errors in error.c

- -We've had reports of this from under SunOS, Solaris 2.5, HP-UX and -NEXTSTEP 3.3. All but the HP-UX problem seems to have abated after -3.8. You may have to turn off HAVE_VSYSLOG manually.

- -


-

B3. Make doesn't know how to build rcfile_y.h or rcfile_l.h.

- -You're probably using HP-UX or AIX. There are in fact productions in -the Makefile that describle how to make both (search for the string -"Special dependencies"), but your make is not interpreting them -correctly. Several attempts to fix this have failed. It appears these -makes are deficient or broken.

- -The solution: install GNU make. Sources are available at the FSF archive -site, -ftp://prep.ai.mit.edu/pub/gnu.

-


F1. Why does my .fetchmailrc from 2.8 or earlier no longer work?

@@ -984,7 +940,7 @@ without hacking potentially fragile startup scripts. To get around it, just touch(1) the logfile before you run fetchmail (this will have no effect on the contents of the logfile if it already exists).

-$Id: fetchmail-FAQ.html,v 1.15 1997/05/14 16:43:16 esr Exp $

+$Id: fetchmail-FAQ.html,v 1.16 1997/05/17 15:05:31 esr Exp $


Eric S. Raymond <esr@snark.thyrsus.com>
-- cgit v1.2.3