fetchmail-friends
[Top] [All Lists]

[fetchmail]Fetchmail-compile error

2001-07-22 05:57:47
Hello

I'm trying to compile fetchmail-5.8.14 on a Slackware 7.2.

Make complains like this:
gcc rcfile_y.o rcfile_l.o socket.o getpass.o pop2.o pop3.o imap.o etrn.o odmr.o fetchmail.o idle.o env.o options.o daemon.o driver.o transact.o sink.o rfc822.o smtp.o xmalloc.o uid.o mxget.o md5ify.o cram.o kerberos.o gssapi.o opie.o rpa.o interface.o netrc.o base64.o error.o unmime.o conf.o checkalias.o smbdes.o smbencrypt.o smbmd4.o smbutil.o ipv6-connect.o lock.o md5c.o -lcrypt -lresolv -lfl -o fetchmail
rcfile_y.o: In function `yyparse':
rcfile_y.o(.text+0x3b6): undefined reference to `dcgettext__'
rcfile_y.o(.text+0x50a): undefined reference to `dcgettext__'
rcfile_y.o(.text+0x62a): undefined reference to `dcgettext__'
rcfile_y.o: In function `yyerror':
rcfile_y.o(.text+0xd4b): undefined reference to `dcgettext__'
rcfile_y.o(.text+0xd94): undefined reference to `dcgettext__'
rcfile_y.o(.text+0xeb1): more undefined references to `dcgettext__' follow
collect2: ld returned 1 exit status
make: *** [fetchmail] Error 1



I figured out that it had something to do with gettext :). I found a configure option about this: --with-included-gettext use the GNU gettext library included here. But there seems to be no option to exclude this option. So i downloaded GNU gettext (version 0.10.38), configure, make, make install. Same error with fetchmail.

Some months ago I successfully compiled an earlier version of fetchmail (5.4).

Anyone has an idea?

Greets

Peter Fastré



<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail]Fetchmail-compile error, Peter Fastré <=