Shantonu Sen <[EMAIL PROTECTED]> writes:

> The extra linker flags are neither necessary, nor appropriate. Two-level
> namespace is the one true way, especially for projects that don't

"one true way"?  PLONK

> What cpp-precomp errors did you see? My build log shows no errors where it
> have to revert to the non-precomp cpp.

None, now that i take a closer look.  You were correct about this
being a knee-jerk response; it was a problem with so many other
packages i try to build on OS X.

> doesn't compile. And in this case, nmh *does* compile cleanly on 10.1.3.

Apparently not; i have 10.1.3.

0 nmh% uname -a
Darwin argo.pretzelnet.org 5.3 Darwin Kernel Version 5.3: Thu Jan 24 22:06:02 PST 
2002; root:xnu/xnu-201.19.obj~1/RELEASE_PPC  Power Macintosh powerpc

> What problem are these patches solving?

See attached build logs.

--  
Eric Gillespie <*> [EMAIL PROTECTED]

Conformity is a sin.
Script started on Fri May  3 11:52:56 2002
]2;epg@argo:/usr/local/src/nmh]2;epg@argo:/usr/local/src/nmh
0 nmh% ccat ../configure/nmh
#! /bin/sh

CFLAGS=-g
export CFLAGS

./configure --prefix=/usr/local                                         \
        --bindir=\${prefix}/bin/mh                                      \
        --libdir=\${prefix}/lib/nmh                                     \
        --sysconfdir=\${prefix}/etc/nmh                                 \
        --with-smtpservers=mail.pretzelnet.org
]2;epg@argo:/usr/local/src/nmh
0 nmh% 
.../configure/nmh
creating cache ./config.cache
checking host system type... powerpc-apple-darwin5.3
checking target system type... powerpc-apple-darwin5.3
checking build system type... powerpc-apple-darwin5.3
configuring for nmh-1.0.4+dev
configuring for nmh dated 30 Dec 2000
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc -g ) works... yes
checking whether the C compiler (cc -g ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for working const... yes
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for mawk... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking for flex... flex
checking for yywrap in -lfl... no
checking for cut... /usr/bin/cut
checking for lclint... no
checking for lint... no
checking for libtool... libtool
checking for lorder... lorder
checking for tsort... tsort
checking whether tsort can deal with loops... yes
checking for ls... /bin/ls
checking how to get ls to show us the group ownership of a file... -l
checking for more... /usr/bin/more
checking for sendmail... /usr/sbin/sendmail
checking for vi... /usr/bin/vi
checking for broken vi... yes
checking where mail spool is located... /var/mail
checking whether the mail spool is world-writable... no
checking how to run the C preprocessor... cc -E -traditional-cpp
checking for lockfile.h... no
checking for dotlockfile... no
checking what group owns the mail spool... mail
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether stat file-mode macros are broken... no
checking for string.h... yes
checking for memory.h... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for crypt.h... no
checking for termcap.h... no
checking for termio.h... no
checking for termios.h... yes
checking for locale.h... yes
checking for netdb.h... yes
checking for sys/param.h... yes
checking for sys/time.h... yes
checking for sys/utsname.h... yes
checking for arpa/inet.h... yes
checking for arpa/ftp.h... yes
checking POSIX termios... yes
checking TIOCGWINSZ in termios.h... yes
checking for libio.h... no
checking for sys/ptem.h... no
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for mkstemp in -lmkstemp... no
checking for waitpid... yes
checking for wait3... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for sigblock... yes
checking for sigsetmask... yes
checking for sighold... no
checking for sigrelse... no
checking for writev... yes
checking for lstat... yes
checking for uname... yes
checking for tzset... yes
checking for killpg... yes
checking for mkstemp... yes
checking for sethostent... yes
checking for getutent... no
checking for gethostbyname... yes
checking for sigsetjmp... yes
checking for snprintf... yes
checking for strerror... yes
checking for strdup... yes
checking for modf... yes
checking for gethostbyname... (cached) yes
checking for socket... yes
checking for tgetent in -ltermcap... no
checking for tgetent in -lcurses... yes
checking for dbm_open... yes
checking for db1/ndbm.h... no
checking if an include file defines ospeed... no
checking if you must define ospeed... yes
checking return type of signal handlers... void
checking for pid_t... (cached) yes
checking for off_t... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for size_t... yes
checking for sigset_t... yes
checking for st_blksize in struct stat... yes
checking for tm_gmtoff in struct tm... yes
checking what style of signals to use... POSIX_SIGNALS
checking where signal.h is located... /usr/include/sys/signal.h
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config/Makefile
creating h/Makefile
creating sbr/Makefile
creating uip/Makefile
creating mts/Makefile
creating mts/smtp/Makefile
creating etc/Makefile
creating docs/Makefile
creating man/Makefile
creating config.h

nmh configuration
-----------------
nmh version                : 1.0.4+dev
target os                  : powerpc-apple-darwin5.3
compiler                   : cc
compiler flags             : -g
linker flags               : 
source code location       : .
binary install path        : /usr/local/bin/mh
libary install path        : /usr/local/lib/nmh
config files install path  : /usr/local/etc/nmh
man page install path      : /usr/local/man
backup prefix              : ,
transport system           : smtp
file locking type          : dot
default smtp servers       : mail.pretzelnet.org
default editor             : /usr/bin/vi
default pager              : /usr/bin/more
email address masquerading : 
pop is enabled             : no
SASL support               : no

]2;epg@argo:/usr/local/src/nmh
0 nmh% mmake
for subdir in h config sbr mts uip etc man docs; do \
  (cd $subdir && make CC='cc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' CFLAGS='-g' 
LDFLAGS='' LIBS='' prefix='/usr/local' exec_prefix='/usr/local' 
bindir='/usr/local/bin/mh' etcdir='/usr/local/etc/nmh' libdir='/usr/local/lib/nmh' 
mandir='/usr/local/man' mailspool='/var/mail' sendmailpath='/usr/sbin/sendmail' 
default_editor='/usr/bin/vi' default_pager='/usr/bin/more' all) || exit 1; \
done
make[1]: Nothing to be done for `all'.
cc -c -DHAVE_CONFIG_H -DNMHBINDIR='"/usr/local/bin/mh"' 
-DNMHETCDIR='"/usr/local/etc/nmh"' -DNMHLIBDIR='"/usr/local/lib/nmh"' 
-DDEFAULT_EDITOR='"/usr/bin/vi"' -DDEFAULT_PAGER='"/usr/bin/more"' -I.. -I.. -g 
config.c
./version.sh 1.0.4+dev > version.c
cc -c -DHAVE_CONFIG_H -I.. -I.. -g version.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g add.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g addrsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g ambigsw.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g atooi.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g brkstring.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g check_charset.c
cc -c -DHAVE_CONFIG_H -DNMHETCDIR='"/usr/local/etc/nmh"' -DMAILSPOOL='"/var/mail"' 
-DSENDMAILPATH='"/usr/sbin/sendmail"' -I.. -I. -I..   -g client.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g closefds.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g concat.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g context_del.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g context_find.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g context_foil.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g context_read.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g context_replace.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g context_save.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g copy.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g copyip.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g cpydata.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g cpydgst.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g discard.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g done.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g dtime.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g dtimep.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g error.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g fdcompare.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g folder_addmsg.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g folder_delmsgs.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g folder_free.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g folder_pack.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g folder_read.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g folder_realloc.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g gans.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g getans.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g getanswer.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g getarguments.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g getcpy.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g getfolder.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g getpass.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g fmt_addr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g fmt_compile.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g fmt_new.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g fmt_rfc2047.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g fmt_scan.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g lock_file.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_atoi.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_backup.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_convert.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_draft.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_getfld.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_gmprot.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_maildir.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_name.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_scratch.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_tmpfil.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g makedir.c
cc -c -DHAVE_CONFIG_H -DNMHETCDIR='"/usr/local/etc/nmh"' -DMAILSPOOL='"/var/mail"' 
-DSENDMAILPATH='"/usr/sbin/sendmail"' -I.. -I. -I..   -g mts.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g path.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g peekc.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g pidwait.c
awk -f ./sigmsg.awk /usr/include/sys/signal.h > sigmsg.h
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g pidstatus.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g print_help.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g print_sw.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g print_version.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g push.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g putenv.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g pwd.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g refile.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g remdir.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g r1bindex.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g readconfig.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g ruserpass.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_add.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_bits.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_del.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_getnum.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_list.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_nameok.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_print.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_read.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_save.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_setcur.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_setprev.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_setunseen.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g showfile.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g signals.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g smatch.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g snprintb.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g ssequal.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g strcasecmp.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g strindex.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g trimcpy.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g uprf.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g vfgets.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g fmt_def.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_msgdef.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g mf.c
rm -f libmh.a
if test xlibtool != x -a x1 = x ; then \
  libtool -static -c -o libmh.a add.o addrsbr.o ambigsw.o atooi.o brkstring.o 
check_charset.o client.o closefds.o concat.o context_del.o context_find.o 
context_foil.o context_read.o context_replace.o context_save.o copy.o copyip.o 
cpydata.o cpydgst.o discard.o done.o dtime.o dtimep.o error.o    fdcompare.o 
folder_addmsg.o folder_delmsgs.o folder_free.o folder_pack.o folder_read.o 
folder_realloc.o gans.o  getans.o getanswer.o getarguments.o getcpy.o getfolder.o 
getpass.o fmt_addr.o fmt_compile.o fmt_new.o fmt_rfc2047.o fmt_scan.o lock_file.o 
m_atoi.o m_backup.o m_convert.o m_draft.o m_getfld.o m_gmprot.o m_maildir.o m_name.o 
m_scratch.o m_tmpfil.o makedir.o mts.o path.o peekc.o pidwait.o pidstatus.o 
print_help.o print_sw.o print_version.o push.o putenv.o pwd.o refile.o      remdir.o 
r1bindex.o readconfig.o ruserpass.o seq_add.o seq_bits.o seq_del.o seq_getnum.o 
seq_list.o seq_nameok.o seq_print.o seq_read.o seq_save.o seq_setcur.o seq_setprev.o 
seq_setunseen.o showfile.o signals.o sma!
tch.o snprintb.o ssequal.o strcasecmp.o strindex.o trimcpy.o uprf.o vfgets.o fmt_def.o 
m_msgdef.o mf.o ; \
else \
  ar cr libmh.a `lorder add.o addrsbr.o ambigsw.o atooi.o brkstring.o check_charset.o 
client.o closefds.o concat.o context_del.o context_find.o context_foil.o 
context_read.o context_replace.o context_save.o copy.o copyip.o cpydata.o cpydgst.o 
discard.o done.o dtime.o dtimep.o error.o    fdcompare.o folder_addmsg.o 
folder_delmsgs.o folder_free.o folder_pack.o folder_read.o folder_realloc.o gans.o  
getans.o getanswer.o getarguments.o getcpy.o getfolder.o getpass.o fmt_addr.o 
fmt_compile.o fmt_new.o fmt_rfc2047.o fmt_scan.o lock_file.o m_atoi.o m_backup.o 
m_convert.o m_draft.o m_getfld.o m_gmprot.o m_maildir.o m_name.o m_scratch.o 
m_tmpfil.o makedir.o mts.o path.o peekc.o pidwait.o pidstatus.o print_help.o 
print_sw.o print_version.o push.o putenv.o pwd.o refile.o      remdir.o r1bindex.o 
readconfig.o ruserpass.o seq_add.o seq_bits.o seq_del.o seq_getnum.o seq_list.o 
seq_nameok.o seq_print.o seq_read.o seq_save.o seq_setcur.o seq_setprev.o 
seq_setunseen.o showfile.o signals.o smatch.o sn!
printb.o ssequal.o strcasecmp.o strindex.o trimcpy.o uprf.o vfgets.o fmt_def.o 
m_msgdef.o mf.o | tsort`  ; \
  ranlib libmh.a  ; \
fi
tsort: cycle in data
tsort: m_maildir.o
tsort: path.o
for subdir in smtp; do \
  (cd $subdir && make CC='cc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' CFLAGS='-g' 
LDFLAGS='' LIBS='' prefix='/usr/local' exec_prefix='/usr/local' 
bindir='/usr/local/bin/mh' etcdir='/usr/local/etc/nmh' libdir='/usr/local/lib/nmh' 
mandir='/usr/local/man' mailspool='/var/mail' sendmailpath='/usr/sbin/sendmail' 
default_editor='/usr/bin/vi' default_pager='/usr/bin/more' all) || exit 1; \
done
cc -c -DHAVE_CONFIG_H -I../.. -I. -I../..  -g hosts.c
cc -c -DHAVE_CONFIG_H -I../.. -I. -I../..  -g smtp.c
rm -f libmts.a
if test xlibtool != x -a x1 = x ; then \
  libtool -static -c smtp/hosts.o smtp/smtp.o -o libmts.a  ; \
else \
  ar cr libmts.a `lorder smtp/hosts.o smtp/smtp.o | tsort`  ; \
  ranlib libmts.a  ; \
fi 
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g ali.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g aliasbr.c
cc  -o ali ali.o aliasbr.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g anno.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g annosbr.c
cc  -o anno anno.o annosbr.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g burst.c
cc  -o burst burst.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g comp.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g whatnowproc.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g whatnowsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g sendsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g distsbr.c
cc  -o comp comp.o whatnowproc.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g dist.c
cc  -o dist dist.o whatnowproc.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g flist.c
cc  -o flist flist.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g folder.c
cc  -o folder folder.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g forw.c
cc  -o forw forw.o whatnowproc.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mark.c
cc  -o mark mark.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhbuild.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhbuildsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhcachesbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhlistsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhoutsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhmisc.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhfree.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g ftpsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g termsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g md5.c
cc  -o mhbuild mhbuild.o mhbuildsbr.o mhcachesbr.o mhlistsbr.o mhoutsbr.o mhmisc.o 
mhfree.o ftpsbr.o md5.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhlist.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhparse.c
cc  -o mhlist mhlist.o mhparse.o mhcachesbr.o mhlistsbr.o mhmisc.o mhfree.o ftpsbr.o 
termsbr.o md5.o ../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a  
   -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhmail.c
cc  -o mhmail mhmail.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhn.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhshowsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhstoresbr.c
cc  -o mhn mhn.o mhparse.o mhcachesbr.o mhshowsbr.o mhlistsbr.o mhstoresbr.o mhmisc.o 
mhfree.o ftpsbr.o termsbr.o md5.o ../config/version.o ../config/config.o 
../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhparam.c
cc  -o mhparam mhparam.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhpath.c
cc  -o mhpath mhpath.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhshow.c
cc  -o mhshow mhshow.o mhparse.o mhcachesbr.o mhshowsbr.o mhlistsbr.o mhmisc.o 
mhfree.o ftpsbr.o termsbr.o md5.o ../config/version.o ../config/config.o 
../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhstore.c
cc  -o mhstore mhstore.o mhparse.o mhcachesbr.o mhshowsbr.o mhlistsbr.o mhstoresbr.o 
mhmisc.o mhfree.o ftpsbr.o termsbr.o md5.o ../config/version.o ../config/config.o 
../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g msgchk.c
cc  -o msgchk msgchk.o  ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g msh.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mshcmds.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g vmhsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g picksbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g scansbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g dropsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhlsbr.c
cc  -o msh msh.o mshcmds.o vmhsbr.o picksbr.o scansbr.o dropsbr.o mhlsbr.o termsbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g packf.c
cc  -o packf packf.o dropsbr.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g pick.c
cc  -o pick pick.o picksbr.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g prompter.c
cc  -o prompter prompter.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g refile.c
cc  -o refile refile.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g repl.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g replsbr.c
cc  -o repl repl.o replsbr.o whatnowproc.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g rmf.c
cc  -o rmf rmf.o ../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a 
   
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g rmm.c
cc  -o rmm rmm.o ../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a 
   
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g scan.c
cc  -o scan scan.o scansbr.o termsbr.o ../config/version.o ../config/config.o 
../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g send.c
cc  -o send send.o sendsbr.o annosbr.o distsbr.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g show.c
cc  -o show show.o mhlsbr.o termsbr.o ../config/version.o ../config/config.o 
../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g sortm.c
cc  -o sortm sortm.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g whatnow.c
cc  -o whatnow whatnow.o whatnowsbr.o sendsbr.o annosbr.o distsbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g whom.c
cc  -o whom whom.o distsbr.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g ap.c
cc  -o ap ap.o termsbr.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g conflict.c
cc  -o conflict conflict.o aliasbr.o ../config/version.o ../config/config.o 
../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g dp.c
cc  -o dp dp.o termsbr.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g fmtdump.c
cc  -o fmtdump fmtdump.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
/usr/bin/ld: Undefined symbols:
_fmt_mnull
make[1]: *** [fmtdump] Error 1
make: *** [all-recursive] Error 1
]2;epg@argo:/usr/local/src/nmh
1 nmh% 

Script done on Fri May  3 11:57:42 2002
Script started on Fri May  3 12:01:19 2002
]2;epg@argo:/usr/local/src/nmh]2;epg@argo:/usr/local/src/nmh
0 nmh% .../configure/nmh
creating cache ./config.cache
checking host system type... powerpc-apple-darwin5.3
checking target system type... powerpc-apple-darwin5.3
checking build system type... powerpc-apple-darwin5.3
configuring for nmh-1.0.4+dev
configuring for nmh dated 30 Dec 2000
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc -g ) works... yes
checking whether the C compiler (cc -g ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for working const... yes
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for mawk... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking for flex... flex
checking for yywrap in -lfl... no
checking for cut... /usr/bin/cut
checking for lclint... no
checking for lint... no
checking for libtool... libtool
checking for lorder... lorder
checking for tsort... tsort
checking whether tsort can deal with loops... yes
checking for ls... /bin/ls
checking how to get ls to show us the group ownership of a file... -l
checking for more... /usr/bin/more
checking for sendmail... /usr/sbin/sendmail
checking for vi... /usr/bin/vi
checking for broken vi... yes
checking where mail spool is located... /var/mail
checking whether the mail spool is world-writable... no
checking how to run the C preprocessor... cc -E -traditional-cpp
checking for lockfile.h... no
checking for dotlockfile... no
checking what group owns the mail spool... mail
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether stat file-mode macros are broken... no
checking for string.h... yes
checking for memory.h... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for crypt.h... no
checking for termcap.h... no
checking for termio.h... no
checking for termios.h... yes
checking for locale.h... yes
checking for netdb.h... yes
checking for sys/param.h... yes
checking for sys/time.h... yes
checking for sys/utsname.h... yes
checking for arpa/inet.h... yes
checking for arpa/ftp.h... yes
checking POSIX termios... yes
checking TIOCGWINSZ in termios.h... yes
checking for libio.h... no
checking for sys/ptem.h... no
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for mkstemp in -lmkstemp... no
checking for waitpid... yes
checking for wait3... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for sigblock... yes
checking for sigsetmask... yes
checking for sighold... no
checking for sigrelse... no
checking for writev... yes
checking for lstat... yes
checking for uname... yes
checking for tzset... yes
checking for killpg... yes
checking for mkstemp... yes
checking for sethostent... yes
checking for getutent... no
checking for gethostbyname... yes
checking for sigsetjmp... yes
checking for snprintf... yes
checking for strerror... yes
checking for strdup... yes
checking for modf... yes
checking for gethostbyname... (cached) yes
checking for socket... yes
checking for tgetent in -ltermcap... no
checking for tgetent in -lcurses... yes
checking for dbm_open... yes
checking for db1/ndbm.h... no
checking if an include file defines ospeed... no
checking if you must define ospeed... yes
checking return type of signal handlers... void
checking for pid_t... (cached) yes
checking for off_t... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for size_t... yes
checking for sigset_t... yes
checking for st_blksize in struct stat... yes
checking for tm_gmtoff in struct tm... yes
checking what style of signals to use... POSIX_SIGNALS
checking where signal.h is located... /usr/include/sys/signal.h
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config/Makefile
creating h/Makefile
creating sbr/Makefile
creating uip/Makefile
creating mts/Makefile
creating mts/smtp/Makefile
creating etc/Makefile
creating docs/Makefile
creating man/Makefile
creating config.h

nmh configuration
-----------------
nmh version                : 1.0.4+dev
target os                  : powerpc-apple-darwin5.3
compiler                   : cc
compiler flags             : -g
linker flags               :  -flat_namespace -undefined suppress
source code location       : .
binary install path        : /usr/local/bin/mh
libary install path        : /usr/local/lib/nmh
config files install path  : /usr/local/etc/nmh
man page install path      : /usr/local/man
backup prefix              : ,
transport system           : smtp
file locking type          : dot
default smtp servers       : mail.pretzelnet.org
default editor             : /usr/bin/vi
default pager              : /usr/bin/more
email address masquerading : 
pop is enabled             : no
SASL support               : no

]2;epg@argo:/usr/local/src/nmh
0 nmh% mmake
for subdir in h config sbr mts uip etc man docs; do \
  (cd $subdir && make CC='cc' CPPFLAGS='-no-cpp-precomp' DEFS='-DHAVE_CONFIG_H' 
CFLAGS='-g' LDFLAGS='-flat_namespace -undefined suppress' LIBS='' prefix='/usr/local' 
exec_prefix='/usr/local' bindir='/usr/local/bin/mh' etcdir='/usr/local/etc/nmh' 
libdir='/usr/local/lib/nmh' mandir='/usr/local/man' mailspool='/var/mail' 
sendmailpath='/usr/sbin/sendmail' default_editor='/usr/bin/vi' 
default_pager='/usr/bin/more' all) || exit 1; \
done
make[1]: Nothing to be done for `all'.
cc -c -DHAVE_CONFIG_H -DNMHBINDIR='"/usr/local/bin/mh"' 
-DNMHETCDIR='"/usr/local/etc/nmh"' -DNMHLIBDIR='"/usr/local/lib/nmh"' 
-DDEFAULT_EDITOR='"/usr/bin/vi"' -DDEFAULT_PAGER='"/usr/bin/more"' -I.. -I.. -g 
config.c
./version.sh 1.0.4+dev > version.c
cc -c -DHAVE_CONFIG_H -I.. -I.. -g version.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g add.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g addrsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g ambigsw.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g atooi.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g brkstring.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g check_charset.c
cc -c -DHAVE_CONFIG_H -DNMHETCDIR='"/usr/local/etc/nmh"' -DMAILSPOOL='"/var/mail"' 
-DSENDMAILPATH='"/usr/sbin/sendmail"' -I.. -I. -I..   -g client.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g closefds.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g concat.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g context_del.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g context_find.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g context_foil.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g context_read.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g context_replace.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g context_save.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g copy.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g copyip.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g cpydata.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g cpydgst.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g discard.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g done.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g dtime.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g dtimep.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g error.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g fdcompare.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g folder_addmsg.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g folder_delmsgs.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g folder_free.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g folder_pack.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g folder_read.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g folder_realloc.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g gans.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g getans.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g getanswer.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g getarguments.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g getcpy.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g getfolder.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g getpass.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g fmt_addr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g fmt_compile.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g fmt_new.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g fmt_rfc2047.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g fmt_scan.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g lock_file.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_atoi.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_backup.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_convert.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_draft.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_getfld.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_gmprot.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_maildir.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_name.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_scratch.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_tmpfil.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g makedir.c
cc -c -DHAVE_CONFIG_H -DNMHETCDIR='"/usr/local/etc/nmh"' -DMAILSPOOL='"/var/mail"' 
-DSENDMAILPATH='"/usr/sbin/sendmail"' -I.. -I. -I..   -g mts.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g path.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g peekc.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g pidwait.c
awk -f ./sigmsg.awk /usr/include/sys/signal.h > sigmsg.h
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g pidstatus.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g print_help.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g print_sw.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g print_version.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g push.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g putenv.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g pwd.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g refile.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g remdir.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g r1bindex.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g readconfig.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g ruserpass.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_add.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_bits.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_del.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_getnum.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_list.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_nameok.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_print.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_read.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_save.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_setcur.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_setprev.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g seq_setunseen.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g showfile.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g signals.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g smatch.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g snprintb.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g ssequal.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g strcasecmp.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g strindex.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g trimcpy.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g uprf.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g vfgets.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g fmt_def.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g m_msgdef.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I.. -g mf.c
rm -f libmh.a
if test xlibtool != x -a x1 = x ; then \
  libtool -static -c -o libmh.a add.o addrsbr.o ambigsw.o atooi.o brkstring.o 
check_charset.o client.o closefds.o concat.o context_del.o context_find.o 
context_foil.o context_read.o context_replace.o context_save.o copy.o copyip.o 
cpydata.o cpydgst.o discard.o done.o dtime.o dtimep.o error.o    fdcompare.o 
folder_addmsg.o folder_delmsgs.o folder_free.o folder_pack.o folder_read.o 
folder_realloc.o gans.o  getans.o getanswer.o getarguments.o getcpy.o getfolder.o 
getpass.o fmt_addr.o fmt_compile.o fmt_new.o fmt_rfc2047.o fmt_scan.o lock_file.o 
m_atoi.o m_backup.o m_convert.o m_draft.o m_getfld.o m_gmprot.o m_maildir.o m_name.o 
m_scratch.o m_tmpfil.o makedir.o mts.o path.o peekc.o pidwait.o pidstatus.o 
print_help.o print_sw.o print_version.o push.o putenv.o pwd.o refile.o      remdir.o 
r1bindex.o readconfig.o ruserpass.o seq_add.o seq_bits.o seq_del.o seq_getnum.o 
seq_list.o seq_nameok.o seq_print.o seq_read.o seq_save.o seq_setcur.o seq_setprev.o 
seq_setunseen.o showfile.o signals.o sma!
tch.o snprintb.o ssequal.o strcasecmp.o strindex.o trimcpy.o uprf.o vfgets.o fmt_def.o 
m_msgdef.o mf.o ; \
else \
  ar cr libmh.a `lorder add.o addrsbr.o ambigsw.o atooi.o brkstring.o check_charset.o 
client.o closefds.o concat.o context_del.o context_find.o context_foil.o 
context_read.o context_replace.o context_save.o copy.o copyip.o cpydata.o cpydgst.o 
discard.o done.o dtime.o dtimep.o error.o    fdcompare.o folder_addmsg.o 
folder_delmsgs.o folder_free.o folder_pack.o folder_read.o folder_realloc.o gans.o  
getans.o getanswer.o getarguments.o getcpy.o getfolder.o getpass.o fmt_addr.o 
fmt_compile.o fmt_new.o fmt_rfc2047.o fmt_scan.o lock_file.o m_atoi.o m_backup.o 
m_convert.o m_draft.o m_getfld.o m_gmprot.o m_maildir.o m_name.o m_scratch.o 
m_tmpfil.o makedir.o mts.o path.o peekc.o pidwait.o pidstatus.o print_help.o 
print_sw.o print_version.o push.o putenv.o pwd.o refile.o      remdir.o r1bindex.o 
readconfig.o ruserpass.o seq_add.o seq_bits.o seq_del.o seq_getnum.o seq_list.o 
seq_nameok.o seq_print.o seq_read.o seq_save.o seq_setcur.o seq_setprev.o 
seq_setunseen.o showfile.o signals.o smatch.o sn!
printb.o ssequal.o strcasecmp.o strindex.o trimcpy.o uprf.o vfgets.o fmt_def.o 
m_msgdef.o mf.o | tsort`  ; \
  ranlib libmh.a  ; \
fi
tsort: cycle in data
tsort: m_maildir.o
tsort: path.o
for subdir in smtp; do \
  (cd $subdir && make CC='cc' CPPFLAGS='-no-cpp-precomp' DEFS='-DHAVE_CONFIG_H' 
CFLAGS='-g' LDFLAGS='-flat_namespace -undefined suppress' LIBS='' prefix='/usr/local' 
exec_prefix='/usr/local' bindir='/usr/local/bin/mh' etcdir='/usr/local/etc/nmh' 
libdir='/usr/local/lib/nmh' mandir='/usr/local/man' mailspool='/var/mail' 
sendmailpath='/usr/sbin/sendmail' default_editor='/usr/bin/vi' 
default_pager='/usr/bin/more' all) || exit 1; \
done
cc -c -DHAVE_CONFIG_H -I../.. -I. -I../..  -g hosts.c
cc -c -DHAVE_CONFIG_H -I../.. -I. -I../..  -g smtp.c
rm -f libmts.a
if test xlibtool != x -a x1 = x ; then \
  libtool -static -c smtp/hosts.o smtp/smtp.o -o libmts.a  ; \
else \
  ar cr libmts.a `lorder smtp/hosts.o smtp/smtp.o | tsort`  ; \
  ranlib libmts.a  ; \
fi 
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g ali.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g aliasbr.c
cc -flat_namespace -undefined suppress -o ali ali.o aliasbr.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g anno.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g annosbr.c
cc -flat_namespace -undefined suppress -o anno anno.o annosbr.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g burst.c
cc -flat_namespace -undefined suppress -o burst burst.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g comp.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g whatnowproc.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g whatnowsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g sendsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g distsbr.c
cc -flat_namespace -undefined suppress -o comp comp.o whatnowproc.o whatnowsbr.o 
sendsbr.o annosbr.o distsbr.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g dist.c
cc -flat_namespace -undefined suppress -o dist dist.o whatnowproc.o whatnowsbr.o 
sendsbr.o annosbr.o distsbr.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g flist.c
cc -flat_namespace -undefined suppress -o flist flist.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g folder.c
cc -flat_namespace -undefined suppress -o folder folder.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g forw.c
cc -flat_namespace -undefined suppress -o forw forw.o whatnowproc.o whatnowsbr.o 
sendsbr.o annosbr.o distsbr.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mark.c
cc -flat_namespace -undefined suppress -o mark mark.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhbuild.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhbuildsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhcachesbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhlistsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhoutsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhmisc.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhfree.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g ftpsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g termsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g md5.c
cc -flat_namespace -undefined suppress -o mhbuild mhbuild.o mhbuildsbr.o mhcachesbr.o 
mhlistsbr.o mhoutsbr.o mhmisc.o mhfree.o ftpsbr.o md5.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhlist.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhparse.c
cc -flat_namespace -undefined suppress -o mhlist mhlist.o mhparse.o mhcachesbr.o 
mhlistsbr.o mhmisc.o mhfree.o ftpsbr.o termsbr.o md5.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhmail.c
cc -flat_namespace -undefined suppress -o mhmail mhmail.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhn.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhshowsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhstoresbr.c
cc -flat_namespace -undefined suppress -o mhn mhn.o mhparse.o mhcachesbr.o mhshowsbr.o 
mhlistsbr.o mhstoresbr.o mhmisc.o mhfree.o ftpsbr.o termsbr.o md5.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhparam.c
cc -flat_namespace -undefined suppress -o mhparam mhparam.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhpath.c
cc -flat_namespace -undefined suppress -o mhpath mhpath.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhshow.c
cc -flat_namespace -undefined suppress -o mhshow mhshow.o mhparse.o mhcachesbr.o 
mhshowsbr.o mhlistsbr.o mhmisc.o mhfree.o ftpsbr.o termsbr.o md5.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhstore.c
cc -flat_namespace -undefined suppress -o mhstore mhstore.o mhparse.o mhcachesbr.o 
mhshowsbr.o mhlistsbr.o mhstoresbr.o mhmisc.o mhfree.o ftpsbr.o termsbr.o md5.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g msgchk.c
cc -flat_namespace -undefined suppress -o msgchk msgchk.o  ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g msh.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mshcmds.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g vmhsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g picksbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g scansbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g dropsbr.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhlsbr.c
cc -flat_namespace -undefined suppress -o msh msh.o mshcmds.o vmhsbr.o picksbr.o 
scansbr.o dropsbr.o mhlsbr.o termsbr.o ../config/version.o ../config/config.o 
../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g packf.c
cc -flat_namespace -undefined suppress -o packf packf.o dropsbr.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g pick.c
cc -flat_namespace -undefined suppress -o pick pick.o picksbr.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g prompter.c
cc -flat_namespace -undefined suppress -o prompter prompter.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g refile.c
cc -flat_namespace -undefined suppress -o refile refile.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g repl.c
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g replsbr.c
cc -flat_namespace -undefined suppress -o repl repl.o replsbr.o whatnowproc.o 
whatnowsbr.o sendsbr.o annosbr.o distsbr.o ../config/version.o ../config/config.o 
../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g rmf.c
cc -flat_namespace -undefined suppress -o rmf rmf.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g rmm.c
cc -flat_namespace -undefined suppress -o rmm rmm.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g scan.c
cc -flat_namespace -undefined suppress -o scan scan.o scansbr.o termsbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g send.c
cc -flat_namespace -undefined suppress -o send send.o sendsbr.o annosbr.o distsbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g show.c
cc -flat_namespace -undefined suppress -o show show.o mhlsbr.o termsbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g sortm.c
cc -flat_namespace -undefined suppress -o sortm sortm.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g whatnow.c
cc -flat_namespace -undefined suppress -o whatnow whatnow.o whatnowsbr.o sendsbr.o 
annosbr.o distsbr.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g whom.c
cc -flat_namespace -undefined suppress -o whom whom.o distsbr.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g ap.c
cc -flat_namespace -undefined suppress -o ap ap.o termsbr.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g conflict.c
cc -flat_namespace -undefined suppress -o conflict conflict.o aliasbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g dp.c
cc -flat_namespace -undefined suppress -o dp dp.o termsbr.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g fmtdump.c
cc -flat_namespace -undefined suppress -o fmtdump fmtdump.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g install-mh.c
cc -flat_namespace -undefined suppress -o install-mh install-mh.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhl.c
cc -flat_namespace -undefined suppress -o mhl mhl.o mhlsbr.o termsbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g post.c
cc -flat_namespace -undefined suppress -o post post.o aliasbr.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g rcvdist.c
cc -flat_namespace -undefined suppress -o rcvdist rcvdist.o distsbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g rcvpack.c
cc -flat_namespace -undefined suppress -o rcvpack rcvpack.o dropsbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g rcvstore.c
cc -flat_namespace -undefined suppress -o rcvstore rcvstore.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g rcvtty.c
cc -flat_namespace -undefined suppress -o rcvtty rcvtty.o scansbr.o termsbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g slocal.c
cc -flat_namespace -undefined suppress -o slocal slocal.o aliasbr.o dropsbr.o 
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g spost.c
cc -flat_namespace -undefined suppress -o spost spost.o aliasbr.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a    
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libSystem.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g viamail.c
cc -flat_namespace -undefined suppress -o viamail viamail.o mhmisc.o mhoutsbr.o 
sendsbr.o annosbr.o distsbr.o ../config/version.o ../config/config.o ../mts/libmts.a 
../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g mhtest.c
cc -flat_namespace -undefined suppress -o mhtest mhtest.o mhparse.o mhcachesbr.o 
mhoutsbr.o mhmisc.o mhfree.o ftpsbr.o termsbr.o md5.o ../config/version.o 
../config/config.o ../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
cc -c -DHAVE_CONFIG_H -I.. -I. -I..   -g inc.c
cc -flat_namespace -undefined suppress -o inc inc.o scansbr.o dropsbr.o termsbr.o  
../config/version.o ../config/config.o ../mts/libmts.a ../sbr/libmh.a     -lcurses
/usr/bin/ld: warning multiple definitions of symbol _strcasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strcasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strcasecmp
/usr/bin/ld: warning multiple definitions of symbol _strncasecmp
../sbr/libmh.a(strcasecmp.o) definition of _strncasecmp in section (__TEXT,__text)
/usr/lib/libcurses.dylib(strcasecmp.o) definition of _strncasecmp
rm -f sendfiles
sed -e 's,%libdir%,/usr/local/lib/nmh,' < ./sendfiles.in > sendfiles
rm -f mhn.defaults
./mhn.defaults.sh 
"/Users/epg/bin:/usr/local/bin/mh:/usr/pkg/bin/mh:/usr/bin/mh:/usr/local/sbin:/usr/local/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R6/sbin:/usr/X11R6/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/pkg/games:/usr/games:/usr/demo/SOUND"
 ./mhn.find.sh > mhn.defaults
rm -f mts.conf
sed -e 's,%mts%,smtp,' \
       -e 's,%mailspool%,/var/mail,' \
       -e 's,%etcdir%,/usr/local/etc/nmh,' \
       -e 's,%masquerade%,,' \
       -e 's,%smtpservers%,mail.pretzelnet.org,' < ./mts.conf.in > mts.conf
echo 's,%nmhwarning%,THIS FILE HAS BEEN AUTOMATICALLY GENERATED.  DO NOT EDIT.,g' > 
man.sed
echo 's,%nmhversion%,nmh-1.0.4+dev,g' >> man.sed
echo 's,%nmhdate%,30 Dec 2000,g' >> man.sed
echo 's,%bindir%,/usr/local/bin/mh,g' >> man.sed
echo 's,%etcdir%,/usr/local/etc/nmh,g' >> man.sed
echo 's,%libdir%,/usr/local/lib/nmh,g' >> man.sed
echo 's,%mandir%,/usr/local/man,g' >> man.sed
echo 's,%mailspool%,/var/mail,g' >> man.sed
echo 's,%sendmailpath%,/usr/sbin/sendmail,g' >> man.sed
echo 's,%default_editor%,/usr/bin/vi,g' >> man.sed
echo 's,%default_pager%,/usr/bin/more,g' >> man.sed
echo 's,%manext1%,1,g' >> man.sed
echo 's,%manext5%,5,g' >> man.sed
echo 's,%manext8%,8,g' >> man.sed
echo '/^%nmhbeginpop%/,/^%nmhendpop%/d' >> man.sed
echo '/%components%/r ../etc/components' >> man.sed
echo ' s,%components%,,g' >> man.sed
echo '/%distcomps%/r ../etc/distcomps' >> man.sed
echo ' s,%distcomps%,,g' >> man.sed
echo '/%forwcomps%/r ../etc/forwcomps' >> man.sed
echo ' s,%forwcomps%,,g' >> man.sed
echo '/%mhl_forward%/r ../etc/mhl.forward' >> man.sed
echo ' s,%mhl_forward%,,g' >> man.sed
echo '/%mhl_format%/r ../etc/mhl.format' >> man.sed
echo ' s,%mhl_format%,,g' >> man.sed
echo '/%mhl_reply%/r ../etc/mhl.reply' >> man.sed
echo ' s,%mhl_reply%,,g' >> man.sed
sed -f man.sed ali.man > ali.1
sed -f man.sed anno.man > anno.1
sed -f man.sed burst.man > burst.1
sed -f man.sed comp.man > comp.1
sed -f man.sed dist.man > dist.1
sed -f man.sed flist.man > flist.1
sed -f man.sed flists.man > flists.1
sed -f man.sed folder.man > folder.1
sed -f man.sed folders.man > folders.1
sed -f man.sed forw.man > forw.1
sed -f man.sed inc.man > inc.1
sed -f man.sed mark.man > mark.1
sed -f man.sed mh-chart.man > mh-chart.1
sed -f man.sed nmh.man > nmh.1
sed -f man.sed mhbuild.man > mhbuild.1
sed -f man.sed mhl.man > mhl.1
sed -f man.sed mhlist.man > mhlist.1
sed -f man.sed mhmail.man > mhmail.1
sed -f man.sed mhn.man > mhn.1
sed -f man.sed mhparam.man > mhparam.1
sed -f man.sed mhpath.man > mhpath.1
sed -f man.sed mhshow.man > mhshow.1
sed -f man.sed mhstore.man > mhstore.1
sed -f man.sed msgchk.man > msgchk.1
sed -f man.sed msh.man > msh.1
sed -f man.sed next.man > next.1
sed -f man.sed packf.man > packf.1
sed -f man.sed pick.man > pick.1
sed -f man.sed prev.man > prev.1
sed -f man.sed prompter.man > prompter.1
sed -f man.sed rcvdist.man > rcvdist.1
sed -f man.sed rcvpack.man > rcvpack.1
sed -f man.sed rcvstore.man > rcvstore.1
sed -f man.sed rcvtty.man > rcvtty.1
sed -f man.sed refile.man > refile.1
sed -f man.sed repl.man > repl.1
sed -f man.sed rmf.man > rmf.1
sed -f man.sed rmm.man > rmm.1
sed -f man.sed scan.man > scan.1
sed -f man.sed send.man > send.1
sed -f man.sed sendfiles.man > sendfiles.1
sed -f man.sed show.man > show.1
sed -f man.sed slocal.man > slocal.1
sed -f man.sed sortm.man > sortm.1
sed -f man.sed whatnow.man > whatnow.1
sed -f man.sed whom.man > whom.1
sed -f man.sed mh-alias.man > mh-alias.5
sed -f man.sed mh-draft.man > mh-draft.5
sed -f man.sed mh-format.man > mh-format.5
sed -f man.sed mh-mail.man > mh-mail.5
sed -f man.sed mh-profile.man > mh-profile.5
sed -f man.sed mh-sequence.man > mh-sequence.5
sed -f man.sed mh-tailor.man > mh-tailor.5
sed -f man.sed mts.conf.man > mts.conf.5
sed -f man.sed ap.man > ap.8
sed -f man.sed conflict.man > conflict.8
sed -f man.sed dp.man > dp.8
sed -f man.sed fmtdump.man > fmtdump.8
sed -f man.sed install-mh.man > install-mh.8
sed -f man.sed mh-mts.man > mh-mts.8
sed -f man.sed post.man > post.8
make[1]: Nothing to be done for `all'.
]2;epg@argo:/usr/local/src/nmh
0 nmh% 

Script done on Fri May  3 12:30:32 2002

Reply via email to