This HTML automatically generated with rman for NEMO
Table of Contents

Name

ldso - NEMO’s shared object creator

Synopsis

ldso objectfile

Description

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.

Files


$NEMO/src/scripts    original
src/nbody/core        bodytrans.c - example of usage
src/orbit/potential    potential.c - example of usage

See Also

dlopen(3) , a.out(4) , loadobj(3NEMO)

History


13-dec-95    Created    pjt