Path: utzoo!attcan!uunet!ns-mx!iowasp!deimos!rutgers!tut.cis.ohio-state.edu!ucbvax!TANK.UCHICAGO.EDU!ronr From: ronr@TANK.UCHICAGO.EDU (Ron Rusnak) Newsgroups: comp.protocols.appletalk Subject: Rutgers Sun compiled KIP code Message-ID: Date: 13 Feb 90 23:50:29 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 15 Has anyone gotten the Rutgers kip code to compile and run on a Fastpath-2? I compiled in on a Sun 3/180 using gcc. I notice for one thing, that N_DATOFF is not defined in my normal /usr/include/a.out.h, thus dl68.c wouldn't compile. I inserted the following define to fix that problem. #define N_DATOFF(x) \ /* data table */ \ (N_TXTOFF(x)+(x).a_text) When I load the gw.srec on my kbox, I get a stack dump. Opinions anyone?