Return-Path: Received: from thumper.bellcore.com by greenbush.bellcore.com (4.1/4.7) id for nsb; Tue, 17 Mar 92 14:36:55 EST Received: from spool.cs.wisc.edu by thumper.bellcore.com (4.1/4.7) id for nsb@greenbush; Tue, 17 Mar 92 14:36:51 EST Received: from persoft.UUCP by spool.cs.wisc.edu; Tue, 17 Mar 92 13:36:05 -0600 Received: by persoft.persoft.com (/\=-/\ Smail3.1.18.1 #18.2) id ; Tue, 17 Mar 92 13:27 CST Message-Id: Date: Tue, 17 Mar 92 13:27 CST From: dag@persoft.com (Daniel A. Glasser) Mime-Version: 1.0 To: nsb@thumper.bellcore.com Subject: First impressions of metamail release 2 Cc: dag@gorgon Content-Type: text/richtext Content-Transfer-Encoding: quoted-printable So far, I've managed to build all of the images for the new metamail rele= ase. I've come across the following: For SysVr3.2, the manifest constant R_OK is defined in sy= s/unistd.h>. = This change is in metamail/mailto.c. In ezview/ezview.c, the #include file.h> mu= st follow the #include sys/types.h> in the #ifdef SYSV section, so I moved it to below the #endif for that bit. For ISC SysVr3.2, the routine gethostname() (required by= metamail/mailto.c) is in the library /usr/lib/libinet.a. I added a new variable to the r= oot and subsidiary Makefiles, LDLIBS, which trails the other files and librarie= s on the cc command lines that produce executables. I will send you context diffs of my changes tonight. This is my first tr= y of "mailto", so we'll see if it works. (I think it may have one of those= "missing TERMCAP entry" problems that richtext used to suffer from.) Also, I believe that the copyright notice in some of the files (README) is out of date. I'd send you the diffs now, except that I don't have a cdiff program on persoft.com so I figure I'll send it from gorgon.UUCP where I've got GNU diff. Daniel