bug-mailutils
[Top][All Lists]
Advanced

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

Re: I want to parse RFC822 header "Date:" field for an application


From: Alain Magloire
Subject: Re: I want to parse RFC822 header "Date:" field for an application
Date: Sat, 19 Oct 2002 10:08:05 -0400 (EDT)

> 
> --0-1078182170-1034904521=:43381
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> 
> --- Andrew Lynch wrote:
> As promised, here is the make log where the link stage
> breaks down on a mailutils "make" on Cygwin.  
> 
> Thanks in advance for any help.
> 
 /home/andrew/mailutils/mailbox/argp-help.c:1697: undefined reference to 
`program_invocation_short_name'

The variables:
 char *program_invocation_short_name
 char *program_invocation_name

are define in mailutils/lib/pin.c
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

#ifndef HAVE_PROGRAM_INVOCATION_NAME
char *program_invocation_short_name = 0;
char *program_invocation_name = 0;
#endif

Do you have define  in config.h HAVE_PROGRAM_INVOCATION_NAME ?
Search for PROGRAM in config.h and see if they are declared.






reply via email to

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