><ftp://ftp.mhost.com/pub/nmh/snapshots/nmh-1.0.1-snapshot.19991026.tar.gz>

>I'd appreciate it if everyone interested could download it and try it
>out to see if it works for you. Obviously, if it doesn't compile, let
>me know. Otherwise, look for name service errors -- failed name
>resolution and the like. I updated the method configure uses to test
>for BIND capabilities, and that might cause errors on systems I wasn't
>able to test.

Solaris 5.7 sparc.

Compile error appended.

The test for $(LIBTOOL) is broken.

I was able to get the compile to complete by replacing
the line

LIBTOOL =

with

LIBTOOL = no

in sbr/Makefile, zotnet/Makefile, mts/smtp/Makefile

for subdir in h config sbr zotnet mts uip etc man; do \
  (cd $subdir && make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H'  CFLAGS='-O2' 
LDFLAGS='-s' LIBS='-lsocket -lnsl'  prefix='/opt/nmh' exec_prefix='/opt/nmh' 
bindir='/opt/nmh/bin'  etcdir='/opt/nmh/etc' libdir='/opt/nmh/lib' 
mandir='/opt/nmh/man'  mailspool='/var/mail' sendmailpath='/usr/lib/sendmail'  
default_editor='/usr/bin/vi' default_pager='/usr/bin/more' all) || exit 1; \
done
rm -f libmh.a
if test x != xno -a x = x ; then \
   -static -c -o libmh.a add.o addrsbr.o ambigsw.o atooi.o brkstring.o check_charset.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 
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 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  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 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 snprintb.o ssequal.o strcasecmp.o strindex!
!
!
.o  trimcpy.o uprf.o vfgets.o fmt_def.o m_msgdef.o   ; \
else \
  ar cr libmh.a `lorder add.o addrsbr.o ambigsw.o atooi.o brkstring.o check_charset.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 
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 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  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 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 snprintb.o ssequal.o strcasecmp.o strindex.!
!
!
o  trimcpy.o uprf.o vfgets.o fmt_def.o m_msgdef.o   | tsort`  ; \
  ranlib libmh.a  ; \
        fi 
sh: -static: not found
*** Error code 1
make: Fatal error: Command failed for target `libmh.a'
Current working directory /extra/rickert/n/nmh-1.0.1-snapshot.19991026/sbr
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

 -NWR

Reply via email to