bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] undefined reference to `nntp_record'


From: Joachim Nilsson
Subject: [bug-mailutils] undefined reference to `nntp_record'
Date: Tue, 06 Jul 2004 18:58:59 +0200

Hi!

When building my app. with the latest CVS mailutils I get:

gcc  -g  -Wall -pedantic -fpic -Wno-long-long -std=c99 -g -DDEBUG=1 \
     -Wall -pedantic -Wformat=2 -Wunreachable-code -Winline    \
     -I/usr/local/include   -o post  main.o                    \
     -L/usr/local/lib -lmu_mbox -lmu_maildir -lmu_mh -lmu_imap \
     -lmu_pop -lmailbox -lmuauth -lgnutls -lgcrypt -lpam -ldl  \
main.o(.text+0x18b): In function `main':
/secret/src/main.c:80: undefined reference to `nntp_record'

Line 80 in main.c calls mu_register_all_formats(); so I guess
there is something additional lingering in registrar.h to be
removed.  Looking at the ChangeLog at least indicates as much.

2004-07-05  Sergey Poznyakoff
        * include/mailutils/registrar.h (mu_register_all_mbox_formats):
        Removed nntp_record. It is not a *mailbox* format.

If I instead use mu_register_local_mbox_formats() everything
works as expected.  Is that the way to go in the meantime or
should I run with --disable-nntp until the nntp implementation
has stabilised?

Regards
 /Jocke

-- 
Joachim Nilsson :: <joachim AT vmlinux DOT org> 
+46(0)21-123348 :: <http://vmlinux.org/joachim/>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]