Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!samsung!sdd.hp.com!decwrl!shelby!csli!cwitty From: cwitty@csli.Stanford.EDU (Carl Witty) Newsgroups: comp.soft-sys.andrew Subject: Re: nessrun dumps core on a system build Message-ID: <15025@csli.Stanford.EDU> Date: 23 Aug 90 19:59:23 GMT References: <9008231734.AA04087@nascar.Princeton.EDU> Sender: cwitty@csli.Stanford.EDU (Carl Witty) Organization: CSLI, Stanford University Lines: 18 In-reply-to: lrr@PRINCETON.EDU's message of 23 Aug 90 12:34:57 GMT In article <9008231734.AA04087@nascar.Princeton.EDU> lrr@PRINCETON.EDU ("Lawrence R. Rogers") writes: What'd I do? What can I do? Thanks. I had this problem myself. It seems that "runapp" doesn't work for some people on Sun 4's when it's dynamically linked (although it works for others); see my previous message on the subject. To see if this is your problem, try rebuilding runapp statically: cd .../andrew/atk/apps rm runapp make install CDEBUGFLAGS='-O -Bstatic' and see if nessrun works then. If it does (or doesn't), tell me about it--I'm conducting a survey to determine the scope of this problem. Carl Witty cwitty@cs.stanford.edu