Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!usc!ucsd!ucbvax!agate!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: comp.sys.next Subject: Re: "rn" on NeXT Message-ID: <996@toaster.SFSU.EDU> Date: 30 Oct 90 22:17:29 GMT References: <1104@oscsunb.osc.edu> Reply-To: eps@cs.SFSU.EDU (Eric P. Scott) Organization: San Francisco State University Lines: 37 Keywords: In article <1104@oscsunb.osc.edu> raghu@osc.edu (Raghu Machiraju) writes: >Has there been a port of rn to the NeXT ? Do it yourself! Here's how: 1) Get a copy of rn 4.3.2.4 PL 47*. Run the Configure script. Most questions will have obvious answers. Two to watch for: Is your "test" built into sh? [n] (OK to guess) Does your mailer understand INTERNET addresses? [n] Answer y to both of those! When Configure finishes, you will need to edit THREE files. Makefile: add -bsd to the CFLAGS = line add -lsys_s to the libs = line config.sh change novfork='define' to novfork='undef' config.h change #define vfork fork to #undef vfork fork Then type make. *PL 48 should be out later this week (see news.software.b). > If so is there a site from where >once can pick up the source/binaries via anonymous ftp ?. You don't want binaries--certain site-specific information needs to be compiled in and edited into shell scripts. The official site is either lib.tmc.edu or gazette.bcm.tmc.edu. -=EPS=-