From 3d0d161fa09f54838333bc8610f70110015725b0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 25 Jul 2001 07:18:36 +0000 Subject: HMH's trivial fixes. svn path=/trunk/; revision=3420 --- fetchmail-FAQ.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'fetchmail-FAQ.html') diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index a002fe22..fb66cac3 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 2001/07/07 17:05:56 $ +$Date: 2001/07/25 07:18:36 $

Frequently Asked Questions About Fetchmail

@@ -705,6 +705,22 @@ make: *** [fetchmail] Error 1 then you must add "-lresolv" to the LOADLIBS line in your Makefile once you have installed the `bind' package. +If you get link errors involving dcgettext, like this: + +
+rcfile_y.o: In function `yyparse':
+rcfile_y.o(.text+0x3aa): undefined reference to `dcgettext__'
+rcfile_y.o(.text+0x4f2): undefined reference to `dcgettext__'
+rcfile_y.o(.text+0x5ee): undefined reference to `dcgettext__'
+rcfile_y.o: In function `yyerror':
+rcfile_y.o(.text+0xc7c): undefined reference to `dcgettext__'
+rcfile_y.o(.text+0xcc8): undefined reference to `dcgettext__'
+rcfile_y.o(.text+0xdf9): more undefined references to `dcgettext__' follow
+
+ +reconfigure with configure --with-included-gettext. This is +due to some brain-damage +

F1. Why does my old .fetchmailrc file no longer work?

@@ -2864,7 +2880,7 @@ date from the last Received header.

Back to Fetchmail Home Page To Site Map -$Date: 2001/07/07 17:05:56 $ +$Date: 2001/07/25 07:18:36 $

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