home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / mail / mh / 1387 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  2.4 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!uwm.edu!cs.utexas.edu!usc!news.cerf.net!shrike.irvine.com!jsweet
  2. From: jsweet@irvine.com (Jerry Sweet)
  3. Newsgroups: comp.mail.mh
  4. Subject: MH 6.8 build problems - SunOS 4.1.2
  5. Message-ID: <BzCHu8.AHq@irvine.com>
  6. Date: 16 Dec 92 09:18:07 GMT
  7. Sender: usenet@irvine.com (News Administration)
  8. Organization: Irvine Compiler Corp., Irvine, California, USA
  9. Lines: 52
  10.  
  11. Got the following complaints from the main MH 6.8 make process on
  12. SunOS 4.1.2.  Stops it dead in the water.
  13.  
  14. [[ massive compilation sequence omitted -- seems clean until this point ...]]
  15. /bin/cc -DATHENA -DATTVIBUG -DATZ -DBIND -DDBM -DMHE -DMHRC -DMIME -DMSGPROT='"0600"' -DNTOHLSWAP -DWHATNOW -DZONEINFO -DDPOP -DRPOP -DPOP2 -DPOPSERVICE='"pop3"' -DBSD42 -DBSD43 -DSUN40 -DSUN41 -DDBMPWD -DWAITINT -DSENDMTS -DSMTP -DPOP -DTYPESIG=void -O -temp=/usr/tmp.here -I..   -c mf.c -o mf.o
  16. maken[1]: *** No way to make target `mts/mts.o'.
  17. maken[1]: *** No way to make target `mts/lock.o'.
  18. maken[1]: *** No way to make target `mts/client.o'.
  19. maken[1]: *** No way to make target `mf/mf.o'.
  20. maken[1]: *** No way to make target `bboards/getbbent.o'.
  21. maken[1]: *** No way to make target `tws/dtime.o'.
  22. maken[1]: *** No way to make target `tws/dtimep.o'.
  23. maken[1]: *** No way to make target `tws/lexstring.o'.
  24. maken[1]: Target `all' not remade because of errors.
  25. maken: *** Error 1
  26. mv libzot.a zlibzot.a
  27. mv: libzot.a: Cannot access: No such file or directory
  28. maken: *** Error 1 (ignored)
  29. ar r libzot.a mts/mts.o mts/lock.o mts/client.o mf/mf.o bboards/getbbent.o tws/dtime.o tws/dtimep.o tws/lexstring.o; ranlib libzot.a
  30. ar: creating libzot.a
  31. -rw-r--r--  1 jsweet      93148 Dec 15 23:06 libzot.a
  32. ZOTnet library built normally
  33. maken: Target `all' not remade because of errors.
  34. *** Error code 1
  35. make: Fatal error: Command failed for target `all'
  36.  
  37.  
  38. My configuration is below.  I'm using an lndir-type compile arrangement.
  39.  
  40. # @(#)$Id$
  41. # a SunOS 4.1.2 + sendmail version
  42. bin    /usr/local/bin/mh-6.8
  43. etc    /usr/local/lib/mh-6.8
  44. mail    /usr/spool/mail
  45. mandir    /usr/local/lib/mh-6.8/man
  46. manuals    local
  47. chown    /usr/etc/chown
  48. ln    ln -s
  49. remove    rm -f
  50. editor    prompter
  51. remove    mv -f
  52. mts    sendmail/smtp
  53. pop    on
  54. signal    void
  55. options    ATHENA ATTVIBUG ATZ BIND DBM MHE MHRC MIME
  56. options MSGPROT='"0600"' NTOHLSWAP WHATNOW ZONEINFO
  57. options    DPOP RPOP POP2 POPSERVICE='"pop3"'
  58. options BSD42 BSD43 SUN40 SUN41 DBMPWD WAITINT 
  59. ccoptions    -O -temp=/usr/tmp.here
  60. curses    -lcurses -ltermlib
  61. # sharedlib    on
  62. # slibdir    /usr/local/lib
  63.