home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14514 < prev    next >
Encoding:
Text File  |  1993-01-05  |  890 b   |  27 lines

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