G0 libraries

Bean Anderson bean at putter.wpd.sgi.com
Wed Jun 27 11:04:35 AEST 1990


In article <3513 at umbc3.UMBC.EDU>, bernie at 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



More information about the Comp.sys.sgi mailing list