home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!paladin.american.edu!europa.asd.contel.com!darwin.sura.net!mips!swrinde!elroy.jpl.nasa.gov!ames!pasteur!cory.Berkeley.EDU!achoi
- From: achoi@cory.Berkeley.EDU (Andrew Choi)
- Newsgroups: comp.unix.programmer
- Subject: How to create a shared object library (lib??.so.??)
- Message-ID: <1992Aug15.023631.2697@pasteur.Berkeley.EDU>
- Date: 15 Aug 92 02:36:31 GMT
- Sender: nntp@pasteur.Berkeley.EDU (NNTP Poster)
- Distribution: usa
- Organization: University of California, at Berkeley
- Lines: 10
- Nntp-Posting-Host: cory
-
-
- To create a static object library, one uses "cc -c ..." and
- "ar rcv lib.... *.o". But how does one create a shared object
- library. I tried using the same steps and then set LD_LIBRARY_PATH
- but system complains about lib??.so.?? being in incorrect format.
-
- I am creating dynmaic link library on a Sparc II running SunOS.
- Thanks a lot for any information.
-
- -- Andrew
-