home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer,comp.sys.sun.programmer
- Path: sparky!uunet!pmafire!news.dell.com!math.utexas.edu!sonia.ma.utexas.edu!chari
- From: chari@sonia.ma.utexas.edu (Christopher M. Whatley)
- Subject: Re: What is NeXT's replacement for SUNs /usr/lib/ld.so
- In-Reply-To: martin@weigele.de's message of 3 Sep 92 17: 43:52 GMT
- Message-ID: <CHARI.92Sep4160749@sonia.ma.utexas.edu>
- Originator: chari@sonia.ma.utexas.edu
- Sender: usenet@math.utexas.edu
- Nntp-Posting-Host: sonia.ma.utexas.edu
- Organization: /d5/staff/chari/.organization
- References: <1992Sep3.174352.5970@weigele.de>
- Date: Fri, 4 Sep 1992 22:07:49 GMT
- Lines: 25
-
-
-
- In article <1992Sep3.174352.5970@weigele.de> martin@weigele.de (Martin Weigele) writes:
-
- The subject says almost all. I am trying to do a binary port of some
- SW which runs on SUNs, in particular a SUN3/60. I have successfully
- experimented with NeXT's `atom' binary conversion in the past.
- However, with this program I am stuck because the program wants
- /usr/lib/ld.so which does not exist (?) on the NeXT OS.
-
- Any ideas how to find a replacement, if any, that could be used via
- symbolic link as a fake /usr/lib/ld.so .
-
- You are out of luck. Only statically linked programs can be atom-ed.
- Ld.so is a table of the shared libraries under SunOS.
-
- Chris
- --
- Chris Whatley | "With sex, at least, if you are
- UT-Austin Mathematics | not sure about what you are
- Ph: 512/471-7107(O),499-0475(H) | doing, by all means, don't do
- E-mail: chari@{math,emx,cs}.utexas.edu, | it harder!"
- chari@gnu.ai.mit.edu | -Merril Markoe
-
-
-