aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail-FAQ.html
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-06-11 04:28:16 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-06-11 04:28:16 +0000
commit5c60df97af1da3cf699a78ba0bd7f9f9d751d8b0 (patch)
tree657366d4a2494cb92c1e1dfd0cbc36e2fa893abb /fetchmail-FAQ.html
parent566cab9427e5d6ce8bdff82d911ec76662ca7927 (diff)
downloadfetchmail-5c60df97af1da3cf699a78ba0bd7f9f9d751d8b0.tar.gz
fetchmail-5c60df97af1da3cf699a78ba0bd7f9f9d751d8b0.tar.bz2
fetchmail-5c60df97af1da3cf699a78ba0bd7f9f9d751d8b0.zip
Normal build is now with POP2 disabled and optimization on.
svn path=/trunk/; revision=1080
Diffstat (limited to 'fetchmail-FAQ.html')
-rw-r--r--fetchmail-FAQ.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html
index be60e5e6..b91a7ebd 100644
--- a/fetchmail-FAQ.html
+++ b/fetchmail-FAQ.html
@@ -153,7 +153,14 @@ unless your symptom seems to involve an error in configuration parsing.<p>
A transcript of the failed session with -v on is almost always useful.
If the bug involves a core dump or hang, a gdb stack trace is good to have.
(Bear in mind that you can attach gdb to a running but hung process by
-giving the process ID as a second argument.)<p>
+giving the process ID as a second argument.) You will need to
+reconfigure with <p>
+
+<LISTING>
+CFLAGS=-g LDFLAGS=" " ./configure
+</LISTING>
+
+and then rebuild in order to generate a version that can br gdb-traced.<p>
Best of all is a mail file which, when fetched, will reproduce the
bug under the latest (current) version.<p>
@@ -978,7 +985,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).<P>
-$Id: fetchmail-FAQ.html,v 1.27 1997/06/10 20:30:50 esr Exp $<p>
+$Id: fetchmail-FAQ.html,v 1.28 1997/06/11 04:28:15 esr Exp $<p>
<HR>
<ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@snark.thyrsus.com&gt;</A></ADDRESS>