home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.cdc
- Path: sparky!uunet!news.claremont.edu!ucivax!orion.oac.uci.edu!unogate!stctmkf
- From: stctmkf@st.unocal.com (Marc Furon)
- Subject: Re: Porting application to Unix - need help
- Message-ID: <1992Aug18.001605.22242@unocal.com>
- Keywords: loader symbol alias
- Sender: news@unocal.com (Unocal USENET News)
- Organization: Unocal Corporation
- References: <1992Aug17.165822.26879@aio.jsc.nasa.gov>
- Date: Tue, 18 Aug 1992 00:16:05 GMT
- Lines: 10
-
-
- I don't know about SGI machines specifically, but in the UNIX system I have
- there is a "-A" option to "ld" (the loader). This allows you to specify
- a pair of the form alias=symbol, causing all references to "alias" to be
- resolved by "symbol".
-
- I this this might be the capability you are looking for. Check the
- Silicon Graphics manuals for ld to see if this is supported.
-
- Marc Furon
-