Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucbvax!pasteur!icsib2!stolcke From: stolcke@icsib2.Berkeley.EDU (Andreas Stolcke) Newsgroups: comp.windows.x Subject: Re: xps dumps core on sparcstation Message-ID: <20388@pasteur.Berkeley.EDU> Date: 6 Dec 89 22:31:45 GMT References: <1989Dec6.163746.20598@relay.nswc.navy.mil> Sender: news@pasteur.Berkeley.EDU Reply-To: stolcke@icsi.Berkeley.EDU Organization: International Computer Science Institute, Berkeley Lines: 18 My experience with xrn on sparcs was that the only way to get it to work was to make floats into doubles and turn off global optimization. This produced a working binary with the Sun cc compiler. I found no way to get it working with gcc. Try the putting the following in the top-level Imakefile: #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' #if SunOSPlatform && OSMajorVersion == 4 CDEBUGFLAGS = -O1 -Dfloat=double #endif ---- Andreas Stolcke International Computer Science Institute stolcke@icsi.Berkeley.EDU 1957 Center St., Suite 600, Berkeley, CA 94704 (415) 642-4274 ext. 126