fetchmail-friends
[Top] [All Lists]

[fetchmail]Compiling Problems with fetchmail

2001-07-18 17:29:16
Hello List,

I want to compile fetchmail on my Linux From scratch System. I download the
Sources of fetchmail 5.8.14 and unpack them. After that type in
./configure --prefix=/usr/ all without any Problems, except the
makedepend error of course. Then I type make and after a short time make
give me following Error

lfl -o fetchmail
rcfile_y.o: In function `yyparse':
rcfile_y.o(.text+0x3b6): undefined reference to `dcgettext__'
rcfile_y.o(.text+0x50b): undefined reference to `dcgettext__'
rcfile_y.o(.text+0x62b): undefined reference to `dcgettext__'
rcfile_y.o: In function `yyerror':
rcfile_y.o(.text+0xd8f): undefined reference to `dcgettext__'
rcfile_y.o(.text+0xddd): undefined reference to `dcgettext__'
rcfile_y.o(.text+0xf00): more undefined references to `dcgettext__'
follow
collect2: ld returned 1 exit status
make: *** [fetchmail] Error 1

I'm not a programmer and this is not so helpfull for me. After that
error I visit the website and take a look in the FAQ B3 seems a helpfull
answer I thought. I looked in the makefile at the Variable LOADLIBS and
saw that the Argument -lresolv is set. After this I write to this
Mailinglist for help you can see.

What is the Problem? What I should do now?

I hope anybody can help me

Greetings
Dieter


<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail]Compiling Problems with fetchmail, Dieter Schmitz <=