home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!usc!cs.utexas.edu!sun-barr!ames!agate!dog.ee.lbl.gov!hellgate.utah.edu!csn!iem!andrew
- From: andrew@iem.com (Andrew Patterson)
- Subject: Re: Binary Compatibility between 700 and 800 ??
- Message-ID: <C0E3xq.65s@iem.com>
- Date: Tue, 5 Jan 1993 16:46:36 GMT
- References: <C056Aq.JAt@hpuerca.atl.hp.com>
- Organization: IEM, Inc.
- X-Newsreader: Tin 1.1 PL4
- Lines: 15
-
-
- Also make sure that every object file in every library that you link
- in to your program is also compiled to the lowest common denominator.
- On the S700, all standard libraries are compilid to PA RISC 1.0 code
- which can run on any S800 or S700 machine. But beware of contributed
- libraries. Do not rely on the "file" command to determine code type.
- You must extract every object file in the the library and run "file"
- on each object. (Is there an easier way to do this?).
-
-
- --
-
-
-
- Regards,
-