[comp.sys.amiga] LC -- how to make resident modules

new@udel.edu (Darren New) (02/23/90)

How does one make residentable (pure) modules under LC that use
global variables?  I thought the compiler or linker would
just make everything A4-relative and all would be happy, but
that does not seem to be the case.  If all variables have
to be auto or heap allocated, what about library base
pointers?  Even with the pragmas, one still needs library
base pointers. The manual does not mention this and the
addendum leaves much to be desired in terms of documentation
on this feature.                   -- Darren