HTML automatically generated with rman
Table of Contents
ldso - NEMO’s shared object creator
ldso objectfile
The
ldso command converts an existing object file (normally .o) into a shared
object file (also called .o in NEMO). On most systems that support these,
they are often called .so, but NEMO renames them back to .o for sake of
keeping old Makefiles and source code simple (i.e. the way they were). On
some other systems (old sun3 and sun4) this script is a no-op.
$NEMO/src/scripts original
src/nbody/core bodytrans.c - example of usage
src/orbit/potential potential.c - example of usage
dlopen(3)
, a.out(4)
, loadobj(3NEMO)
13-dec-95 Created pjt