Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!LARRY.MCRCIM.MCGILL.EDU!mouse From: mouse@LARRY.MCRCIM.MCGILL.EDU (der Mouse) Newsgroups: comp.windows.x Subject: Re: X11R4 AND A/UX V1.1 PROBLEMS Message-ID: <9003050752.AA06368@Larry.McRCIM.McGill.EDU> Date: 5 Mar 90 07:52:59 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 13 > There appears to be a problem with clients that call ungetc, they die > with a memory fault. You're linking gcc-compiled code against a stdio that's broken and stomps on the argument passed to sscanf. The correct fix is to somehow obtain a non-broken stdio (fix it yourself, get it from somewhere, whatever). An acceptable temporary measure is to compile the program in question with the -fwritable-strings option of gcc. der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu