fetchmail-friends
[Top] [All Lists]

[fetchmail]Can't build fetchmail-5.8.14 on a cobalt...

2001-07-18 09:13:31
Hi, I am probably missing something simple here, but I can't seem to
figure it out.

./configure runs without any errors (aside from a bunch of makedepend
errors which refer to stddef.h) 

Make errors out at:

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+0x3a6): undefined reference to `dcgettext__'
rcfile_y.o(.text+0x4fa): undefined reference to `dcgettext__'
rcfile_y.o(.text+0x61a): undefined reference to `dcgettext__'
rcfile_y.o: In function `yyerror':
rcfile_y.o(.text+0xd3b): undefined reference to `dcgettext__'
rcfile_y.o(.text+0xd84): undefined reference to `dcgettext__'
rcfile_y.o(.text+0xea1): more undefined references to `dcgettext__'
follow
collect2: ld returned 1 exit status
make: *** [fetchmail] Error 1

configure says that my 'dcgettext' is installed and usable.. but I'm not
enough of a script/C wizard to figure out what this error message is
telling me. 

The system is a cobalt Raq4i, which claims to be running kernel
2.2.16C27_III on an i586.
I'm using the source tars that are fresh off tuxedo.org
Didn't use any command-line options.. I didn't see any that looked
appropriate, but some of them are compiler options I don't understand.

Right until that point, "make" runs without any errors or warnings
whatsoever.

Not sure if it's relevant, but I did download binary rpm's of fetchmail
(5.8.0-1 and 5.8.13-1) and did an "install --test" on them - and got
back:

libc.so.6(GLIBC_2.2) is needed by fetchmail(etc)
libresolv.so.2(GLIBC_2.2) is needed by fetchmail(etc)

... Same error for both versions. Does dcgettext call resolver functions
that I need to do an upgrade for?

Thanks for any help!

Dave O'Shea


<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail]Can't build fetchmail-5.8.14 on a cobalt..., Dave O'Shea <=