Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!uunet!van-bc!cynic!curt From: curt@cynic.wimsey.bc.ca (Curt J. Sampson) Newsgroups: comp.unix.xenix.misc Subject: Re: c-news install, tty01, and Tandy 3000 Xenix Message-ID: <1991Apr5.193155.16695@cynic.wimsey.bc.ca> Date: 5 Apr 91 19:31:55 GMT References: <910TZ2w164w@techsys.uucp> Organization: Mad Artists' Technological Hangout Lines: 40 In article <910TZ2w164w@techsys.uucp> berk@techsys.uucp (techsys consulting) writes: > ...Tandy 3000 SYSV/286. > ...C-NEWS - keeps core dumping in the make > doit.bin, and I can't find why. > > If someone could e-mail a proto build.def that might work, > or any info on unquirking Xenix, I'd be SO grateful. I had the same thing happen on my SCO Xenix 286 2.3.2. It turns out that build creates doit.bin like this: ( many lines of stuff ) >doit.bin The shell barfs on that much stuff in parentheses (to make a subshell) and dumps core. The solution is simple. Just split it so that it looks like this: ( about half the stuff ) >doit.bin ( the other half ) >>doit.bin Other things you will want to watch out for: - most everything will compile fine in small model, but make sure that you give cc/ld the -i flag to split the I&D or a few programs won't work. - expire needs to be compiled under large model to work. After you've compiled the whole thing, you will have to recompile the libraries as large model and then recompile expire as large model. I've got cnews working just fine on my system now. Anybody who wants advice can feel free to send me mail. cjs -- | "It is actually a feature of UUCP that the map of curt@cynic.uucp | all systems in the network is not known anywhere." curt@cynic.wimsey.bc.ca | --Berkeley Mail Reference Manual (Kurt Schoens)