Path: utzoo!utgpu!cunews!bnrgate!brtph3!brchh104!brchs1!bnr.ca!rice.edu!sun-spots-request From: mjh@cs.vu.nl (Maarten J Huisjes) Newsgroups: comp.sys.sun Subject: Shared libraries (On SunOS) Keywords: Miscellaneous Message-ID: <2059@brchh104.bnr.ca> Date: 22 Mar 91 15:45:00 GMT Sender: news@brchh104.bnr.ca Organization: Sun-Spots Lines: 5 Approved: Sun-Spots@rice.edu X-Original-Date: 18 Mar 91 10:36:52 GMT X-Sun-Spots-Digest: Volume 10, Issue 63, message 3 X-Note: Submissions: sun-spots@rice.edu, Admin: sun-spots-request@rice.edu Is there a way to convert executables that are linked with shared libraries (to be loaded by ld.so when executing) into executables that do not use shared libraries (eg. with all library references resolved and the used lib functions loaded in the executable) ? If so, does there exists a program that performs this task ?