bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] undefined reference to `nntp_record'


From: Alain Magloire
Subject: Re: [bug-mailutils] undefined reference to `nntp_record'
Date: Wed, 7 Jul 2004 09:27:44 -0400 (EDT)

> 
> 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?
> 

You can probably disable it,  but what you are describing seems to me
like compile error that should be fix in the repository.






reply via email to

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