bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] Re: Mailutils 03 make issue


From: Timothy Carpenter
Subject: Re: [bug-mailutils] Re: Mailutils 03 make issue
Date: Wed, 19 Mar 2003 12:25:04 +0000
User-agent: Microsoft-Entourage/10.1.1.2418

Thanks, Sergey, for a quick response.

(&list) However, I have hit another wall:

gcc -r -keep_private_externs -nostdlib -o
.libs/libmailbox.0.0.0.dylib-master.o  address.lo argcv.lo attachment.lo
attribute.lo auth.lo body.lo date.lo debug.lo envelope.lo file_stream.lo
filter.lo filter_rfc822.lo filter_trans.lo folder.lo folder_imap.lo
folder_mbox.lo folder_mh.lo folder_pop.lo header.lo iterator.lo list.lo
locker.lo mailbox.lo mailer.lo mapfile_stream.lo mbx_default.lo mbx_file.lo
mbx_imap.lo mbx_maildir.lo mbx_mbox.lo mbx_mh.lo mbx_pop.lo md5.lo
message.lo memory_stream.lo mime.lo monitor.lo mu_argp.lo mu_auth.lo
mutil.lo muerror.lo muerrno.lo nls.lo observer.lo parse822.lo property.lo
registrar.lo rfc2047.lo sendmail.lo smtp.lo stream.lo system.lo tcp.lo
ticket.lo url.lo url_file.lo url_imap.lo url_mbox.lo url_mh.lo url_path.lo
url_pop.lo url_sendmail.lo url_smtp.lo wicket.lo getline.lo strndup.lo
strnlen.lo strchrnul.lo argp-ba.lo argp-eexst.lo argp-fmtstream.lo
argp-fs-xinl.lo argp-help.lo argp-parse.lo argp-pv.lo argp-pvh.lo
argp-xinl.lo pin.lo && gcc -dynamiclib -flat_namespace -undefined suppress
-o .libs/libmailbox.0.0.0.dylib .libs/libmailbox.0.0.0.dylib-master.o
-L/sw/lib -lintl -lpthread -lc -install_name
/usr/local/lib/libmailbox.0.dylib -compatibility_version 1 -current_version
1.0
ld: filter_trans.lo literal C string section (__TEXT,__cstring) does not end
with a '\0'
make[3]: *** [libmailbox.la] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1

Being rusty on such matters, not clear to me how and where the error lies -
it seems a missmatch between the library object file with the compile
target.

Does this point to something I am doing wrong?
Thanks in advance
Tim

On 18/03/2003 3:59 pm, "Sergey Poznyakoff" <address@hidden> wrote:

>>   I vaguely remember somebody, having this problem,
> 
> Yes, some time ago I was working to get Mailutils to compile
> on Mac OS. However, the problems were not the same.
> 
>>> errors:
>>> mu_auth.c:89:13: warning: pasting "->" and "name" does not give a valid
>>> preprocessing token
> [..lots of similar messages..]
> 
> These are warnings only. Ignore them.
> 
>>> parse822.c:1734: warning: assignment discards qualifiers from pointer target
>>> type
> 
> Likewise.
> 
>>> ld: multiple definitions of symbol _argp_program_bug_address
>>> mu_argp.lo definition of _argp_program_bug_address in section
>>> (__DATA,__data)
>>> argp-ba.lo definition of _argp_program_bug_address in section
>>> (__DATA,__common)
> 
> That's a bug. To fix, comment out the declaration of
> argp_program_bug_address in mailbox/argp-ba.c. I'll try to find
> a better solution.
> 
> Regards,
> Sergey
> 
> 
> 
> 

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com




reply via email to

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