home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.sun.admin:8307 alt.sys.sun:3391
- Path: sparky!uunet!ogicse!uwm.edu!rutgers!concert!duke!jwt
- From: jwt@duke.cs.duke.edu (Jeffrey W. Tannehill)
- Newsgroups: comp.sys.sun.admin,alt.sys.sun
- Subject: rebuilding libc.so.1.8 on SunOS 4.1.3
- Message-ID: <721933291@duke.cs.duke.edu>
- Date: 16 Nov 92 17:01:32 GMT
- Article-I.D.: duke.721933291
- Followup-To: comp.sys.sun.admin
- Organization: Duke University Computer Science Dept.; Durham, N.C.
- Lines: 18
-
-
- I am interested in changing the shared library /usr/lib/libc.so.1.8
- on our SunOS 4.1.3 system. I want to be able to delete routines and add
- new routines. The Sun Answerbook describes how to build a shared library
- (not libc though) and it appears to me that one must have the source and
- recompile all the routines that will be in the library in order to change
- the shared library.
- Is that the case, or can one take libc.so.1.8 and somehow append/delete
- another routine and create libc.so.1.8.1 without having the source and
- recompiling all the routines in libc.so.1.8 ?
- Is there any way to extract the routines from a shared library .so
- file and put them back in their respective .o files, much the same as can be
- done with an ar(1) format file?
-
- --
- /*______________________________Jeff Tannehill_______________________________*
- * MAIL: Duke Dept. of Computer Science Internet: jwt@cs.duke.edu *
- * Durham, NC 27708 USA PHONE: +1 919 660 6500 */
-