home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!spool.mu.edu!uwm.edu!cs.utexas.edu!usc!news.cerf.net!shrike.irvine.com!jsweet
- From: jsweet@irvine.com (Jerry Sweet)
- Newsgroups: comp.mail.mh
- Subject: MH 6.8 build problems - SunOS 4.1.2
- Message-ID: <BzCHu8.AHq@irvine.com>
- Date: 16 Dec 92 09:18:07 GMT
- Sender: usenet@irvine.com (News Administration)
- Organization: Irvine Compiler Corp., Irvine, California, USA
- Lines: 52
-
- Got the following complaints from the main MH 6.8 make process on
- SunOS 4.1.2. Stops it dead in the water.
-
- [[ massive compilation sequence omitted -- seems clean until this point ...]]
- /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
- maken[1]: *** No way to make target `mts/mts.o'.
- maken[1]: *** No way to make target `mts/lock.o'.
- maken[1]: *** No way to make target `mts/client.o'.
- maken[1]: *** No way to make target `mf/mf.o'.
- maken[1]: *** No way to make target `bboards/getbbent.o'.
- maken[1]: *** No way to make target `tws/dtime.o'.
- maken[1]: *** No way to make target `tws/dtimep.o'.
- maken[1]: *** No way to make target `tws/lexstring.o'.
- maken[1]: Target `all' not remade because of errors.
- maken: *** Error 1
- mv libzot.a zlibzot.a
- mv: libzot.a: Cannot access: No such file or directory
- maken: *** Error 1 (ignored)
- 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
- ar: creating libzot.a
- -rw-r--r-- 1 jsweet 93148 Dec 15 23:06 libzot.a
- ZOTnet library built normally
- maken: Target `all' not remade because of errors.
- *** Error code 1
- make: Fatal error: Command failed for target `all'
-
-
- My configuration is below. I'm using an lndir-type compile arrangement.
-
- # @(#)$Id$
- # a SunOS 4.1.2 + sendmail version
- bin /usr/local/bin/mh-6.8
- etc /usr/local/lib/mh-6.8
- mail /usr/spool/mail
- mandir /usr/local/lib/mh-6.8/man
- manuals local
- chown /usr/etc/chown
- ln ln -s
- remove rm -f
- editor prompter
- remove mv -f
- mts sendmail/smtp
- pop on
- signal void
- options ATHENA ATTVIBUG ATZ BIND DBM MHE MHRC MIME
- options MSGPROT='"0600"' NTOHLSWAP WHATNOW ZONEINFO
- options DPOP RPOP POP2 POPSERVICE='"pop3"'
- options BSD42 BSD43 SUN40 SUN41 DBMPWD WAITINT
- ccoptions -O -temp=/usr/tmp.here
- curses -lcurses -ltermlib
- # sharedlib on
- # slibdir /usr/local/lib
-