Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!ames!sgi!shinobu!odin!putter.wpd.sgi.com!bean From: bean@putter.wpd.sgi.com (Bean Anderson) Newsgroups: comp.sys.sgi Subject: Re: G0 libraries Message-ID: <9555@odin.corp.sgi.com> Date: 27 Jun 90 01:04:35 GMT References: <9006240711.16666@godzilla> <3513@umbc3.UMBC.EDU> Sender: news@odin.corp.sgi.com Reply-To: bean@putter.wpd.sgi.com (Bean Anderson) Organization: Silicon Graphics Inc. Lines: 21 In article <3513@umbc3.UMBC.EDU>, bernie@umbc5.umbc.edu (Bernard J. Duffy) writes: > > ... > > Does this mean programs performing dynamic loading will bomb if they > weren't compiled -G 0 or would they just yield the wrong numbers/ fault > results? If they bomb, I'll just leave them off the system until some > user complains about their program not working due to a dynamic loading > error (hopefully an informative sys-err message on failure). I currently > don't have any flavors of lisp running, but might have KCL in the future > (added to our machines by our KCL support person). > > Programs performing dynamic loading will not necessarily "bomb" if they weren't compiled -G 0. The main thing is that the dynamically loaded modules were compiled -G 0; if not, the dynamically loaded module will end up overlaying data space in the GP region. Bean