Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po2.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 31 Jan 91 19:18:12 -0500 (EST) Received: from po2.andrew.cmu.edu via qmail ID ; Thu, 31 Jan 91 19:16:47 -0500 (EST) Received: from lazy.qt.IPA.FhG.de by po2.andrew.cmu.edu (5.54/3.15) id for info-andrew; Thu, 31 Jan 91 19:16:33 EST Received: by lazy.qt.IPA.FhG.de (5.61+/IDA-1.2.8/gandalf.2) id AA29942; Fri, 1 Feb 91 01:15:54 -0100 Received: from VUI.Andrew.3.70.CUILIB.3.45.SNAP.NOT.LINKED.lazy.pmax.3 via MS.5.6.lazy.pmax_3; Fri, 1 Feb 1991 01:15:54 -0100 Message-Id: Date: Fri, 1 Feb 1991 01:15:54 -0100 From: Juergen Henke To: info-andrew@andrew.cmu.edu Subject: Re: HELP - installation problem on DECstation 2100 - ULTRIX 4.1 Cc: In-Reply-To: <9101312212.AA16329@chillon> References: <9101312212.AA16329@chillon> Oh no ! I thought that would have gone away...... I got into the same problems when i was building ATK, Patchlevel 7, on our DECstations. With the help from Christer Bernerus from Sweden i was able to build ATK. Here now my question: isn't it possible to include Christer's changes into the ATK, so anyone can build the toolkit without fiddling around ?? Shouldn't be impossible at all... BTW., we still got a few (:^>) VAXstations running Ultrix, but building ATK on this was not possible till now - o.k., i didn't invest a lot of time in this, cause my DECstation on my desk runs fine... Juergen. P.S.: Any status messages about a few (former) announcements like a Postscriptview (using DisplayPostScript) or direct printing output in Postscript ? Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po2.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Fri, 1 Feb 91 08:20:30 -0500 (EST) Received: from po2.andrew.cmu.edu via qmail ID ; Fri, 1 Feb 91 08:14:58 -0500 (EST) Received: from cadre.dsl.pitt.edu by po2.andrew.cmu.edu (5.54/3.15) id for info-andrew; Fri, 1 Feb 91 08:14:50 EST Received: by cadre.dsl.pitt.edu (5.61/1.34) id AA08205; Fri, 1 Feb 91 08:11:45 -0500 Date: Fri, 1 Feb 91 08:11:45 -0500 From: sean@dsl.pitt.edu (Sean McLinden) Message-Id: <9102011311.AA08205@cadre.dsl.pitt.edu> To: chillon!putsch@uunet.uu.net, info-andrew@andrew.cmu.edu Subject: Re: HELP - installation problem on DECstation 2100 - ULTRIX 4.1 > I'm attempting to install andrew on a DECstation 2100 running ULTRIX 4.1, > and everything seems to be going well until the build process gets to > processing the 'environ.*' files in the 'atk/basics/common' directory. > > At which point I get the following errors: > > doload: Undefined symbol: sys_errlist > doload: Errors while processing > doindex: NULL entrypoint from environ.do...program terminated! > > The build stops here and I can't figure out what is wrong. I've checked > the 'overhead/class/machdep/dec_mips/...' stuff and find that 'getlist.awk' > is asking for the definer of sys_errlist. I've checked my libc_G0.a (I'm > on a MIPS system) and there is NO definer of sys_errlist. > > Any suggestions on where to go from here? Help would be much appreciated. > When DEC decided to supply libc_G0.a they neglected to include errlst.o in the archive for who knows what reason. You can either a) scarf it from libc.a and rebuild libc_G0.a or b) recomp it from source (if you have it). If you don't have it (why it shouldn't be supplied in source form is beyond me), you can make one up by using the entries from the errno(2) man page where each error number corresponds to the position of the error text message in the sys_errlist[] array, like so: char *sys_errlist = { "Unused", "Not owner", "No such file or directory", ... } You'll also need to define the value for the int sys_nerr (the number of errors). Then compile this with the -G 0 option and add it to the libc_G0.a archive. Make sure that you get the position right (check with libc.a). This should do it. Sean McLinden Decision Systems Laboratory University of Pittsburgh Return-path: X-Andrew-Authenticated-as: 602;andrew.cmu.edu;Adam Stoller Received: from fishtank.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Fri, 1 Feb 1991 08:54:45 -0500 (EST) If-Type-Unsupported: send Received: from fishtank.andrew.cmu.edu via qmail ID ; Fri, 1 Feb 1991 08:53:05 -0500 (EST) Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.fishtank.andrew.cmu.edu.sun3. 35 via MS.5.6.fishtank.andrew.cmu.edu.sun3_35; Fri, 1 Feb 1991 08:53:04 -0500 (EST) Message-ID: Date: Fri, 1 Feb 1991 08:53:04 -0500 (EST) From: Adam Stoller X-Andrew-Message-Size: 1851+0 Content-Type: X-BE2; 12 To: Info-Andrew Subject: Re: easy suggestion for EZ CC: Info-Andrew In-Reply-To: References: <8bd3ifm1eVXq8y=kVN@northstar.dartmouth.edu> <0bd=4hwB0KGW46ohNv@holmes.parc.xerox.com> , Return-path: X-Andrew-Authenticated-as: 602;andrew.cmu.edu;Adam Stoller Received: from fishtank.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Fri, 1 Feb 1991 09:29:13 -0500 (EST) If-Type-Unsupported: send Received: from fishtank.andrew.cmu.edu via qmail ID ; Fri, 1 Feb 1991 09:28:05 -0500 (EST) Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.fishtank.andrew.cmu.edu.sun3. 35 via MS.5.6.fishtank.andrew.cmu.edu.sun3_35; Fri, 1 Feb 1991 09:28:04 -0500 (EST) Message-ID: Date: Fri, 1 Feb 1991 09:28:04 -0500 (EST) From: Adam Stoller X-Andrew-Message-Size: 1603+0 Content-Type: X-BE2; 12 To: Info-Andrew Subject: Re: HELP - installation problem on DECstation 2100 - ULTRIX 4.1 In-Reply-To: <9101312212.AA16329@chillon> References: <9101312212.AA16329@chillon> Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po10.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Fri, 1 Feb 91 10:10:25 -0500 (EST) Received: from po3.andrew.cmu.edu via qmail ID ; Fri, 1 Feb 91 09:54:11 -0500 (EST) Received: from thumper.bellcore.com by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew; Fri, 1 Feb 91 09:54:00 EST Received: from greenbush.bellcore.com by thumper.bellcore.com (4.1/4.7) id for info-andrew@andrew.cmu.edu; Fri, 1 Feb 91 09:53:15 EST Received: by greenbush.bellcore.com (4.12/4.7) id for info-andrew@andrew.cmu.edu; Fri, 1 Feb 91 09:55:53 est Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.greenbush.mouseclub.sun4.40 via MS.5.6.greenbush.mouseclub.sun4_40; Fri, 1 Feb 1991 09:55:50 -0500 (EST) Message-Id: Date: Fri, 1 Feb 1991 09:55:50 -0500 (EST) From: Nathaniel Borenstein To: info-andrew@andrew.cmu.edu (Andrew Dist List) Subject: Re: .amsalien In-Reply-To: References: The bottom line is that it works, but the daemons, as currently set up, are mind-bogglingly slow. Curt Galloway (at SCO) was looking into speeding them up last I talked to him, but I don't know if he actually got anywhere. I'd be glad to provide anyone else who is interested with the same advice I offered him on how to speed up the daemons -- there are some fairly obvious things that could be tried. -- Nathaniel Return-path: X-Andrew-Authenticated-as: 1447;andrew.cmu.edu;Gary Keim Received: from fallscreek.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Fri, 1 Feb 1991 13:53:00 -0500 (EST) If-Type-Unsupported: send Received: from fallscreek.andrew.cmu.edu via qmail ID ; Fri, 1 Feb 1991 13:51:07 -0500 (EST) Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.fallscreek.andrew.cmu.edu.rt. r3 via MS.5.6.fallscreek.andrew.cmu.edu.rt_r3; Fri, 1 Feb 1991 13:51:06 -0500 (EST) Message-ID: <0bePWOm00VsWQ0fm9F@andrew.cmu.edu> Date: Fri, 1 Feb 1991 13:51:06 -0500 (EST) From: Gary Keim X-Andrew-Message-Size: 1683+0 Content-Type: X-BE2; 12 To: Info-Andrew Subject: Re: Porting the Andrew toolkit to a Sequent Symmetry In-Reply-To: <1376@pdxgate.UUCP> References: <1376@pdxgate.UUCP> Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po2.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Fri, 1 Feb 91 15:22:06 -0500 (EST) Received: from po3.andrew.cmu.edu via qmail ID ; Fri, 1 Feb 91 15:22:06 -0500 (EST) Received: from alpha.xerox.com by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew+; Fri, 1 Feb 91 15:22:01 EST Received: from holmes.parc.xerox.com ([13.1.100.162]) by alpha.xerox.com with SMTP id <20640>; Fri, 1 Feb 1991 12:21:10 PST Received: by holmes.parc.xerox.com id <33025>; Fri, 1 Feb 1991 12:21:10 -0800 Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.holmes.parc.xerox.com.sun4.40 via MS.5.6.holmes.parc.xerox.com.sun4_40; Fri, 1 Feb 1991 12:21:04 -0800 (PST) Message-Id: Date: Fri, 1 Feb 1991 12:21:04 PST Sender: Bill Janssen From: Bill Janssen X-Andrew-Message-Size: 567+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Info-Andrew Subject: Re: filename completion in typescript In-Reply-To: References: Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po10.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Fri, 1 Feb 91 16:12:04 -0500 (EST) Received: from po3.andrew.cmu.edu via qmail ID ; Fri, 1 Feb 91 15:18:27 -0500 (EST) Received: from alpha.xerox.com by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew; Fri, 1 Feb 91 15:18:11 EST Received: from holmes.parc.xerox.com ([13.1.100.162]) by alpha.xerox.com with SMTP id <20671>; Fri, 1 Feb 1991 12:17:20 PST Received: by holmes.parc.xerox.com id <33025>; Fri, 1 Feb 1991 12:17:24 -0800 Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.holmes.parc.xerox.com.sun4.40 via MS.5.6.holmes.parc.xerox.com.sun4_40; Fri, 1 Feb 1991 12:17:10 -0800 (PST) Message-Id: Date: Fri, 1 Feb 1991 12:17:10 PST Sender: Bill Janssen From: Bill Janssen X-Andrew-Message-Size: 1598+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Fred Hansen Subject: Re: cut/paste Cc: info-andrew@andrew.cmu.edu In-Reply-To: References: Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po9.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Sun, 3 Feb 91 03:41:51 -0500 (EST) Received: from po2.andrew.cmu.edu via qmail ID ; Sun, 3 Feb 91 03:38:53 -0500 (EST) Received: from frob.eng.umd.edu by po2.andrew.cmu.edu (5.54/3.15) id for info-andrew; Sun, 3 Feb 91 03:38:46 EST Received: by frob.eng.umd.edu (5.64/umdeng-0.4/09-20-90) id AA04305; Sun, 3 Feb 91 03:36:46 -0500 Date: Sun, 3 Feb 91 03:36:46 -0500 From: cross@eng.umd.edu (Chris P. Ross) Message-Id: <9102030836.AA04305@frob.eng.umd.edu> To: info-andrew@andrew.cmu.edu Subject: Questions about printing... Well, I have a few problem with Andrew at patch 9. First, very little will run successfully off of sun4 machines, but I assume you know about this problem and are working on it. The other questions I have are more important, and probably easier to solve. First, I need to get andrew printing. If I execute the command: ezprint -t | groff | qpr it will print. (we are running MDQS here, which is the cause of most of the problems...) I'd like to know how to get both EZ and HELP to use this command. Is there any way to do this? Second, how can I tell andrew where mail is kept. I know there is a compile condition to indicate what directory mail is kept in, but we keep mail on many different hosts, and mail is kept in /mail// and the machine depends on which user you are. But, all users on this system have their MAIL environment variable set to the correct file. Is it possible to get andrew to look at $MAIL? Please get back to me soon with any help you can offer. Thank you. - Chris Ross cross@eng.umd.edu -- Chris P. Ross University Of Maryland cross@eng.umd.edu Engineering Computer Facility Work#: (301)/405-3689 Project GLUE Return-path: X-Andrew-Authenticated-as: 1447;andrew.cmu.edu;Gary Keim Received: from fallscreek.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Sun, 3 Feb 1991 16:47:45 -0500 (EST) If-Type-Unsupported: send Received: from fallscreek.andrew.cmu.edu via qmail ID ; Sun, 3 Feb 1991 16:45:56 -0500 (EST) Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.fallscreek.andrew.cmu.edu.rt. r3 via MS.5.6.fallscreek.andrew.cmu.edu.rt_r3; Sun, 3 Feb 1991 16:45:55 -0500 (EST) Message-ID: Date: Sun, 3 Feb 1991 16:45:55 -0500 (EST) From: Gary Keim X-Andrew-Message-Size: 1097+0 Content-Type: X-BE2; 12 To: Info-Andrew Subject: Re: Questions about printing... In-Reply-To: <9102030836.AA04305@frob.eng.umd.edu> References: <9102030836.AA04305@frob.eng.umd.edu> Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po9.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 4 Feb 91 13:43:09 -0500 (EST) Received: from po2.andrew.cmu.edu via qmail ID ; Mon, 4 Feb 91 13:38:47 -0500 (EST) Received: from ucbvax.Berkeley.EDU by po2.andrew.cmu.edu (5.54/3.15) id for info-andrew; Mon, 4 Feb 91 13:38:37 EST Received: by ucbvax.Berkeley.EDU (5.63/1.42) id AA24983; Mon, 4 Feb 91 10:30:59 -0800 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-andrew@andrew.cmu.edu (info-andrew@andrew.cmu.edu) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 4 Feb 91 18:18:21 GMT From: auspex!guy@uunet.uu.net (Guy Harris) Organization: Auspex Systems, Santa Clara Subject: Re: Questions about printing... Message-Id: <5706@auspex.auspex.com> References: <9102030836.AA04305@frob.eng.umd.edu>, Sender: info-andrew-request@andrew.cmu.edu To: info-andrew@andrew.cmu.edu >The good news is that Guy Harris is working on a >new version of the class system that makes use of the builtin Sun4 >dynamic loading support. It's not a new version of the entire "class" system, it's a new version of "doload()" that uses the SunOS 4.1 dynamic loading support. It's not quite as big as the blurb above makes it sound.... :-) Also, it's not tied to Sun-4s; however, it *is* tied to SunOS 4.1 or later - the procedural interface to the run-time loader first appeared in SunOS 4.1. If you're running SunOS 4.0[.x], it won't help you out. It may also serve as a basis for a System V Release 4 version of the "class" support, as S5R4 has a "-ldl" library like SunOS 4.1's. (Better than trying to port the existing "dlopen()" stuff to ELF....) Return-path: X-Andrew-Authenticated-as: 91;andrew.cmu.edu;Tom Neuendorffer Received: from dublin.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 4 Feb 1991 13:43:47 -0500 (EST) Received: from dublin.andrew.cmu.edu via qmail ID ; Mon, 4 Feb 1991 13:42:15 -0500 (EST) Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.dublin.andrew.cmu.edu.rt.r3 via MS.5.6.dublin.andrew.cmu.edu.rt_r3; Mon, 4 Feb 1991 13:42:14 -0500 (EST) Message-ID: Date: Mon, 4 Feb 1991 13:42:14 -0500 (EST) From: Tom Neuendorffer X-Andrew-Message-Size: 985+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Info-Andrew , cross@eng.umd.edu Subject: Re: Questions about printing... In-Reply-To: <9102030836.AA04305@frob.eng.umd.edu> References: <9102030836.AA04305@frob.eng.umd.edu> Return-path: X-Andrew-Authenticated-as: 1447;andrew.cmu.edu;Gary Keim Received: from fallscreek.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 4 Feb 1991 16:06:22 -0500 (EST) Received: from fallscreek.andrew.cmu.edu via qmail ID ; Mon, 4 Feb 1991 16:04:57 -0500 (EST) Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.fallscreek.andrew.cmu.edu.rt. r3 via MS.5.6.fallscreek.andrew.cmu.edu.rt_r3; Mon, 4 Feb 1991 16:04:56 -0500 (EST) Message-ID: <8bfQlsa00VsW05mrwj@andrew.cmu.edu> Date: Mon, 4 Feb 1991 16:04:56 -0500 (EST) From: Gary Keim X-Andrew-Message-Size: 1687+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Info-Andrew Subject: Re: menu overrides In-Reply-To: <9102011715.AA01889@ginger.noname> References: <9102011715.AA01889@ginger.noname> Return-path: X-Andrew-Authenticated-as: 1447;andrew.cmu.edu;Gary Keim Received: from fallscreek.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Tue, 5 Feb 1991 13:58:44 -0500 (EST) Received: from fallscreek.andrew.cmu.edu via qmail ID ; Tue, 5 Feb 1991 13:56:34 -0500 (EST) Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.fallscreek.andrew.cmu.edu.rt. r3 via MS.5.6.fallscreek.andrew.cmu.edu.rt_r3; Tue, 5 Feb 1991 13:56:33 -0500 (EST) Message-ID: Date: Tue, 5 Feb 1991 13:56:33 -0500 (EST) From: Gary Keim X-Andrew-Message-Size: 754+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Info-Andrew Subject: Re: cursor shapes In-Reply-To: <9101311342.AA01198@ginger.noname> References: <9101311342.AA01198@ginger.noname> Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po9.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 6 Feb 91 06:32:54 -0500 (EST) Received: from po3.andrew.cmu.edu via qmail ID ; Wed, 6 Feb 91 06:31:31 -0500 (EST) Received: from sun2.nsfnet-relay.ac.uk by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew+; Wed, 6 Feb 91 06:31:18 EST Received: from doc.imperial.ac.uk by sun2.nsfnet-relay.ac.uk via JANET with NIFTP id <7201-0@sun2.nsfnet-relay.ac.uk>; Wed, 6 Feb 1991 11:23:48 +0000 Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.achilles.toytown.doc.ic.ac.uk .sun4.40 via MS.5.6.achilles.toytown.doc.ic.ac.uk.sun4_40; Wed, 6 Feb 1991 11:20:44 +0000 (GMT) Message-Id: Date: Wed, 6 Feb 1991 11:20:44 +0000 (GMT) From: Nick Williams To: info-andrew+@andrew.cmu.edu Subject: Converting MH to messages I know that this has been gone over before, but I can't find where: What is the technique for converting old MH directories into Messages format? Is this documented anywhere in the messages documents? If not, could it have a help entry, or something, as I'm sure that for many sites who start to use andrew, or users that want to switch, the process is too complicated for the ordinary user. Also, a method of going back the other way would be nice. Quite a few users say "I'll try messages for a while, but if I don't like it, then could I convert back to using MH?" Nick Williams. "It's all gone... *Horribly* wrong." njw@doc.ic.ac.uk ... Dept of Computing, Imperial College, London SW7 2B7. UK njw@athena.mit.edu ... Project Athena, M.I.T., Cambridge, MA 02139. USA Disclaimer: Any opinions or views you may find hiding in this message are mine: noone else wants them. Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po10.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 6 Feb 91 07:14:53 -0500 (EST) Received: from po2.andrew.cmu.edu via qmail ID ; Wed, 6 Feb 91 07:14:14 -0500 (EST) Received: from lazy.qt.IPA.FhG.de by po2.andrew.cmu.edu (5.54/3.15) id for info-andrew; Wed, 6 Feb 91 07:14:05 EST Received: by lazy.qt.IPA.FhG.de (5.61+/IDA-1.2.8/gandalf.2) id AA11761; Wed, 6 Feb 91 13:14:06 -0100 Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.lazy.pmax.3 via MS.5.6.lazy.pmax_3; Wed, 6 Feb 1991 13:14:04 -0100 Message-Id: Date: Wed, 6 Feb 1991 13:14:04 -0100 From: Juergen Henke X-Andrew-Message-Size: 1913+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: he@idt.unit.no (Haavard Eidnes) Subject: Printing with groff (was:Re: Why isn't ATK more widely used?) Cc: info-andrew@andrew.cmu.edu In-Reply-To: <1990Jul28.182517.12115@idt.unit.no> References: <104319@convex.convex.com> , <1990Jul28.182517.12115@idt.unit.no> Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po9.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 6 Feb 91 07:17:20 -0500 (EST) Received: from po2.andrew.cmu.edu via qmail ID ; Wed, 6 Feb 91 07:16:25 -0500 (EST) Received: from lazy.qt.IPA.FhG.de by po2.andrew.cmu.edu (5.54/3.15) id for info-andrew; Wed, 6 Feb 91 07:16:20 EST Received: by lazy.qt.IPA.FhG.de (5.61+/IDA-1.2.8/gandalf.2) id AA11806; Wed, 6 Feb 91 13:16:16 -0100 Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.lazy.pmax.3 via MS.5.6.lazy.pmax_3; Wed, 6 Feb 1991 13:16:16 -0100 Message-Id: Date: Wed, 6 Feb 1991 13:16:16 -0100 From: Juergen Henke X-Andrew-Message-Size: 1666+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: he@idt.unit.no (Haavard Eidnes) Subject: Printing with groff (was:Re: Why isn't ATK more widely used?) Cc: info-andrew@andrew.cmu.edu In-Reply-To: <1990Jul28.182517.12115@idt.unit.no> References: <104319@convex.convex.com> , <1990Jul28.182517.12115@idt.unit.no> Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po9.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 6 Feb 91 11:57:51 -0500 (EST) Received: from po2.andrew.cmu.edu via qmail ID ; Wed, 6 Feb 91 11:56:02 -0500 (EST) Received: from uunet.uu.net by po2.andrew.cmu.edu (5.54/3.15) id for info-andrew; Wed, 6 Feb 91 11:55:54 EST Received: from chillon.UUCP by uunet.uu.net (5.61/1.14) with UUCP id AA19480; Wed, 6 Feb 91 11:55:51 -0500 Received: by chillon id AA00375 (5.65+/IDA-1.3.5 for andrew.cmu.edu!info-andrew); Wed, 6 Feb 91 11:54:36 -0500 From: Jeff Putsch Message-Id: <9102061654.AA00375@chillon> Subject: Using /var/tmp (or any other directory) instead of /tmp To: info-andrew@andrew.cmu.edu Date: Wed, 6 Feb 91 11:54:33 EST X-Mailer: ELM [version 2.3 PL5] Howdy, I've gotten Andrew installed and am quite pleased with it, but it wants to use /tmp for almost every temporary file it creates. Our sites have relatively small /tmp directories, and use /var/tmp for most of our large temporary file storage. This causes problems, for example, when printing large files. So the question of the hour is how do I get Andrew to use /var/tmp for it's temporary files (or preferably and environment variable TMPDIR)? I don't mind changing sources, just need to know what and where. Any help would be appreciated. Please reply via email, as we're not yet fully up on USENET. Thanks. Jeff. -- Jeff Putsch Unitrode Integrated Circuits UUCP: uunet!chillon!putsch Return-path: X-Andrew-Authenticated-as: 91;andrew.cmu.edu;Tom Neuendorffer Received: from dublin.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 6 Feb 1991 14:45:35 -0500 (EST) If-Type-Unsupported: send Received: from dublin.andrew.cmu.edu via qmail ID ; Wed, 6 Feb 1991 14:44:04 -0500 (EST) Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.dublin.andrew.cmu.edu.rt.r3 via MS.5.6.dublin.andrew.cmu.edu.rt_r3; Wed, 6 Feb 1991 14:44:03 -0500 (EST) Message-ID: Date: Wed, 6 Feb 1991 14:44:03 -0500 (EST) From: Tom Neuendorffer X-Andrew-Message-Size: 1084+0 Content-Type: X-BE2; 12 To: Info-Andrew , Jeff Putsch Subject: Re: Using /var/tmp (or any other directory) instead of /tmp In-Reply-To: <9102061654.AA00375@chillon> References: <9102061654.AA00375@chillon> Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po9.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 6 Feb 91 15:07:53 -0500 (EST) Received: from po2.andrew.cmu.edu via qmail ID ; Wed, 6 Feb 91 14:58:07 -0500 (EST) Received: from ucbvax.Berkeley.EDU by po2.andrew.cmu.edu (5.54/3.15) id for info-andrew; Wed, 6 Feb 91 14:57:54 EST Received: by ucbvax.Berkeley.EDU (5.63/1.42) id AA13577; Wed, 6 Feb 91 11:45:55 -0800 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-andrew@andrew.cmu.edu (info-andrew@andrew.cmu.edu) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 6 Feb 91 19:39:02 GMT From: agate!shelby!shelby!pst@ucbvax.Berkeley.EDU (Paul Traina) Organization: Big Ed's Gas Farm, Twin Peaks, Washington Subject: Re: Converting MH to messages Message-Id: References: Sender: info-andrew-request@andrew.cmu.edu To: info-andrew@andrew.cmu.edu Here's a simple way to convert from MH to andrewmail: Create all the folders you care about using CUI or Messages. Then, just copy the individual files from your MH mail directories into the proper subdirectories under .MESSAGES. Finally, run the CUI "scavenge" or "rebuild" command to rebuild the proper indices (sorry I don't rmember which you need to do when starting from scratch). Paul Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po2.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 6 Feb 91 17:01:50 -0500 (EST) Received: from andrew.cmu.edu via qmail ID ; Wed, 6 Feb 91 17:00:24 -0500 (EST) Received: from vma.cc.cmu.edu by andrew.cmu.edu (5.54/3.15) id for info-andrew; Wed, 6 Feb 91 17:00:10 EST Received: from VMA.CC.CMU.EDU by vma.cc.cmu.edu (IBM VM SMTP R1.2.1) with BSMTP id 5540; Wed, 06 Feb 91 16:58:39 EST Received: from TWNMOE10.edu.tw by VMA.CC.CMU.EDU (Mailer R2.04) with BSMTP id 5539; Wed, 06 Feb 91 16:58:35 EST Received: from twnitri1.bitnet (MAILER) by TWNMOE10.edu.tw (Mailer R2.07) with BSMTP id 2500; Thu, 07 Feb 91 05:58:42 EST Date: Thu, 7 Feb 91 02:46:13 CST From: kw20swk0%TWNITRI1.BITNET@vma.cc.cmu.edu (Wai-kong, Sung) Message-Id: <910207024614.3dd4@ersob.itri.org.tw> Subject: AMDS -> Internet Mail To: info-andrew%andrew.cmu.edu%TWNITRI1.BITNET@vma.cc.cmu.edu X-St-Vmsmail-To: ST%"info-andrew@andrew.cmu.edu" I 've installed AMDS on a SPARC Station and would like to use another machine(which I use to send this msg now) as a relay to the Internet. AMDS Machine -----------> ersob.itri.org.tw | | v Internet From the sys adm manual, I learnt that I should modify the /etc/sendmail.cf. I 've added these line in the sendmail.cf #define local domain name Cm itri.org.tw Dm itri.org.tw # major relay host DRersob CRersob However, these seems can't work. Could anyone give me some pointers to how to make this work? Wai-kong Sung CCL/ITRI kw20wk0@twnitri1.bitnet Return-path: X-Andrew-Authenticated-as: 13;andrew.cmu.edu;Fred Hansen Received: from bangor.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 6 Feb 1991 17:39:18 -0500 (EST) If-Type-Unsupported: send Received: from bangor.andrew.cmu.edu via qmail ID ; Wed, 6 Feb 1991 17:35:40 -0500 (EST) Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.bangor.andrew.cmu.edu.rt.r3 via MS.5.6.bangor.andrew.cmu.edu.rt_r3; Wed, 6 Feb 1991 17:35:39 -0500 (EST) Message-ID: Date: Wed, 6 Feb 1991 17:35:39 -0500 (EST) From: Fred Hansen X-Andrew-Message-Size: 725+0 Content-Type: X-BE2; 12 To: Info-Andrew Subject: RTF to ATK translator ready for beta tests Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po9.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 7 Feb 91 06:57:43 -0500 (EST) Received: from po2.andrew.cmu.edu via qmail ID ; Thu, 7 Feb 91 06:56:48 -0500 (EST) Received: from northstar139.dartmouth.edu by po2.andrew.cmu.edu (5.54/3.15) id for info-andrew; Thu, 7 Feb 91 06:56:43 EST Received: by northstar139.dartmouth.edu (5.65D1/4.2) id AA01442; Thu, 7 Feb 91 06:56:42 -0500 Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.northstar139.Dartmouth.Edu.su n4.40 via MS.5.6.northstar139.Dartmouth.Edu.sun4_40; Thu, 7 Feb 1991 06:56:41 -0500 (EST) Message-Id: <8bgI1tO1eVXjI5XHpX@northstar.dartmouth.edu> Date: Thu, 7 Feb 1991 06:56:41 -0500 (EST) From: Kris Olander X-Andrew-Message-Size: 429+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: info-andrew@andrew.cmu.edu Subject: ATK on Sun386i Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po2.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 7 Feb 91 07:42:23 -0500 (EST) Received: from po2.andrew.cmu.edu via qmail ID ; Thu, 7 Feb 91 07:40:03 -0500 (EST) Received: from chx400.switch.ch by po2.andrew.cmu.edu (5.54/3.15) id for info-andrew; Thu, 7 Feb 91 07:39:57 EST Received: by chx400.switch.ch (5.61/Ultrix2.4-C) id AA10310; Thu, 7 Feb 91 13:41:04 +0100 From: root@siihp1.epfl.ch Date: 7 Feb 91 13:38 -0700 To: info-andrew@andrew.cmu.edu Message-Id: <9102072038.AA01293@siihp1.epfl.ch> Received: from siihp1.epfl.ch by SIC.Epfl.CH via INTERNET ; Thu, 7 Feb 91 13:37:32 N ANDREW ON HP-UX I am currently trying to install the andrew toolkit on a HP 9000/400 running HP-UX 7.03. I had several problems : 1) The compilation because of the wrong return type of strlen. My solution was to add : #define _CLASSIC_ANSI_TYPES 1 in the file config/hp300/system.h, i am not sure of the complete correctness of this. 2) The second problem was during the execution of doindex, several symbols were undefined, in particular : fflush. It seems that the problem come from the output format of the nm command, the type of symbol if followed by a 'S' if the symbol is secondary. So i add the lines : / TS / { if (definer[$5] == "") definer[ep[epcount++] = $5] = $2; } in the file : /overhead/class/machdep/hp_68k/getlist.awk and the make went much farther. 3) The third problem is too difficult for me : rm -f framecmd.o cc -c -I. +O1 -I/sic/andrew/include/atk -I/sic/andrew/include -I/usr/include/X11 +Nd4000 +Ns3000 -W p,-H500000 framecmd.c /usr/include/sys/signal.h: 114: SIGCHLD redefined "framecmd.c", line 87: warning: incorrect pointer combination "framecmd.c", line 88: warning: incorrect pointer combination /sic/andrew/bin/makedo -d /sic/andrew/lib -b /sic/andrew/bin -o framecmd.do framecmd.o /sic/andrew/lib/libutil.a ld: multiply defined symbol flag_68881 in file /sic/andrew/lib/libcx.a dofix: Relocatable symbol value (_longjmp = 11058, type 2) dofix: Relocatable symbol value (_setjmp = 11032, type 2) dofix: Relocatable symbol value (__setjmp = 11080, type 2) dofix: Relocatable symbol value (__longjmp = 11250, type 2) dofix: Undefined: _main doload: Errors while processing doindex: indexing framecmd.do ...doload: Undefined symbol: _main doload: Unknown relocation in symbol. reltab: 00002b2e 000041 02 symtab[000041]: 27 4879 2f390001 p:Hy doload: Internal botch should have resolved in doload_preset doload: Errors while processing doindex: NULL entrypoint from framecmd.do...program terminated! *** Error code 1 The symbol flag_68881 is signaled as "multiple defined" which is true : it is defined in /lib/libc.a AND in /lib/crt0.o which a different type (D an B). If i remove the double definition the following occur : + rm -f /sic/andrew/dlib/atk/helptxtv.do + ln -s /disc/sic/install_X11/X.V11R4-src/HPux-7.03/contrib/toolkits/andrew/atk/f rame/helptxtv.do /sic/andrew/dlib/atk /sic/andrew/bin/doindex -d/sic/andrew/dlib/atk frame.do framecmd.do framemsg.do framev.do helptxtv.do doindex: indexing frame.do ...OK doindex: indexing framecmd.do ...doload: Undefined symbol: _main doload: Unknown relocation in symbol. reltab: 00002b2e 000041 02 symtab[000041]: 9d 5340 00000000 doload: Unknown relocation in symbol. reltab: 00002b44 000043 02 symtab[000043]: 9d 5340 00000000 doload: Errors while processing doindex: NULL entrypoint from framecmd.do...program terminated! *** Error code 1 Stop. Does somebody has any idea on the reason of this ? Thank you very much for your help. NB. excuse my poor english. Regards, Claude Lecommandeur Service Informatique Central Ecole Polytechnique de Lausanne 1015 LAUSANNE (SWITZERLAND) Return-path: X-Andrew-Authenticated-as: 602;andrew.cmu.edu;Adam Stoller Received: from fishtank.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 7 Feb 1991 09:11:16 -0500 (EST) If-Type-Unsupported: send Received: from fishtank.andrew.cmu.edu via qmail ID ; Thu, 7 Feb 1991 09:09:50 -0500 (EST) Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.fishtank.andrew.cmu.edu.sun3. 35 via MS.5.6.fishtank.andrew.cmu.edu.sun3_35; Thu, 7 Feb 1991 09:09:49 -0500 (EST) Message-ID: Date: Thu, 7 Feb 1991 09:09:49 -0500 (EST) From: Adam Stoller X-Andrew-Message-Size: 620+0 Content-Type: X-BE2; 12 To: Info-Andrew Subject: Re: Converting MH to messages In-Reply-To: References: Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po10.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 7 Feb 91 10:06:46 -0500 (EST) Received: from po3.andrew.cmu.edu via qmail ID ; Thu, 7 Feb 91 10:05:18 -0500 (EST) Received: from thumper.bellcore.com by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew+; Thu, 7 Feb 91 10:05:00 EST Received: from greenbush.bellcore.com by thumper.bellcore.com (4.1/4.7) id for info-andrew+@andrew.cmu.edu; Thu, 7 Feb 91 09:22:38 EST Received: by greenbush.bellcore.com (4.12/4.7) id for info-andrew+@andrew.cmu.edu; Thu, 7 Feb 91 09:25:11 est Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.greenbush.mouseclub.sun4.40 via MS.5.6.greenbush.mouseclub.sun4_40; Thu, 7 Feb 1991 09:25:00 -0500 (EST) Message-Id: <0bgKAwa0M2YtQBowNk@thumper.bellcore.com> Date: Thu, 7 Feb 1991 09:25:00 -0500 (EST) From: Nathaniel Borenstein To: info-andrew+@andrew.cmu.edu Subject: Re: Converting MH to messages In-Reply-To: References: From MH folder "foo" to a new AMS folder "foo" in three easy steps: