Path: utzoo!attcan!uunet!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 libraries and -f68881 switch Message-ID: <9002132316.AA12625@Larry.McRCIM.McGill.EDU> Date: 13 Feb 90 23:16:11 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 29 >> Is there a special reason for not wanting to compile the libraries >> with the "-f68881" option other than the size of the files ? [I assume this is with Sun cc] > We originally did compile them with -f68881, but if memory serves, > took it out for the following reasons: > o if you share libraries and somebody tries to use the library > without having floating point hardware, they lose. > [...] > The first one was the main reason. I'd recommend -fswitch. This gives most of the benefit of -f68881 if you have a 68881, yet will still run perfectly well on a machine without one. Recommended for building binaries that want to use 68881s when available but may need to run without them. Of course, you should first convince yourself there's enough floating-point code that the difference is significant.... > If that isn't a problem for you, go for it. I entirely agree. der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu