[comp.unix.aix] Can the RS6000 do NON-dynamic linking?

todd@uvmark.uucp (Todd Cooper) (12/13/90)

Does anybody know if the RS6000 does non-dynamic linking -- we use
or own malloc routines and wish to link to OURS rather than IBM's.

There does not seem to be any options to the loader to make ld load
non-dynamically.

Anyone from IBM out there know how to do this?
-- 
+++++ Just leaving a boring signature. ++++++++++++++++++++++
Todd Cooper (uvmark!todd@merk.com uunet!merk.com!uvmark!todd)

marc@arnor.uucp (12/14/90)

If -bnso is specified on an ld (or cc which does an ld) all libraries
will be processed as unshared.  Your executable will have bound copies
of everything.  If you provide a malloc, it will replace the libc
malloc. 

Marc Auslander