Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!ogicse!schaefer From: schaefer@ogicse.ogi.edu (Barton E. Schaefer) Newsgroups: comp.mail.mush Subject: Re: Need Help with Mush 7.2.2 and SCO UNIX submit. Message-ID: <20522@ogicse.ogi.edu> Date: 25 Apr 91 04:15:19 GMT References: <1991Apr24.053145.1083@rfengr.com> Organization: Oregon Graduate Institute (formerly OGC), Beaverton, OR Lines: 33 In article <1991Apr24.053145.1083@rfengr.com> rfarris@rfengr.com (Rick Farris) writes: } First, mush compiled very easily, with a couple of minor mods: I } had to hunt up a definition of "EACCESS". I finally found it in } /usr/include/sys.s (yes, sys.s), which is not really an includable } file. I ended up just grabbing the } } #define EACCESS 0x2528 } } line from sys.s and stuffing it in at the top of lock.c. EACCESS should be EACCES (only one S) and is in , which should automatically be included by . That definition you're using means nothing useful and could result in file locking errors. There is a typo in lock.c ... :-( } only other change I made was to include /usr/include/sys/select.h } in curs_io.c, so that struct timeval was defined. Good catch. } My question is about submit. Mush appears to be working well with } one significant exception: when I try to send mail, submit fails with } a "cannot create text file" error and dumps the outgoing message } into dead.letter. Does anyone have any idea what I might do } to fix this? I'm using the standard MMDF, as supplied with SCO UNIX. } (And yes, I added the reference to libmmdf.a to the makefile.) This is a permissions problem; someone more familiar with it will have to answer. However, patch 3 (which will hopefully be small and quick) will include an alternate compilation for SCO's MMDF to avoid submit. -- Bart Schaefer schaefer@zipcode.com Z-Code Software Corporation schaefer@cse.ogi.edu