home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / hp / 9737 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.8 KB  |  51 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!mcsun!sunic!corax.udac.uu.se!irfu.se!jhd
  3. From: jhd@irfu.se (Jan D.)
  4. Subject: Re: What is the 7xx series compatible with ?
  5. Message-ID: <1992Aug26.225909.27900@irfu.se>
  6. Date: Wed, 26 Aug 1992 22:59:09 GMT
  7. References: <BtLKwt.HG5@news.cso.uiuc.edu> <7371265@hpfcso.FC.HP.COM>
  8. Organization: Swedish Institute of Space Physics, Uppsala, Sweden
  9. Lines: 40
  10.  
  11. In article <7371265@hpfcso.FC.HP.COM> steve-t@hpfcso.FC.HP.COM (Steve Taylor) writes:
  12. >In comp.sys.hp, e-sink@uiuc.edu (Eric W. Sink) writes:
  13. >| If I compile binaries on my 720, HPUX 8.07, will they run on any other
  14. >| series of the HP 9000 ?  For example, I have heard of Series 800,
  15. >| series 400, series 300, etc...  What am I compatible with, in theory ?
  16. >
  17. >Series 300/400 is out; they have a Motorola MC680x0 processor, not at all
  18. >similar to PA-RISC.
  19. >
  20. >Series 8x7 should work, other things being equal.  For other Series 800,
  21. >it can be done if you're careful.  You'll need to use the +DA1.0 compile
  22. >option to exclude new PA-RISC 1.1 instructions.  Then, if you link against
  23. >shared libraries or libraries you've built for PA 1.0, you should be OK.
  24. >If you link against archive libraries, be sure that they're PA 1.0.  Use
  25. >the file command for this; it will say either s800 or PA-RISC1.1 (based on
  26. >my sample-of-two test).
  27. >
  28.  
  29. You can't see if an archive library is PA1.1 or 1.0 with file, at least
  30. not the file I got on 8.07:
  31.  
  32. Script started on Thu Aug 27 00:52:38 1992
  33. jhd@kernow> cat > foo.c
  34. foo() {}
  35. ^D
  36. jhd@kernow> make foo.o
  37.     cc -O -c foo.c
  38. jhd@kernow> ar cvr libfoo.a foo.o
  39. a - foo.o
  40. jhd@kernow> file foo.o libfoo.a
  41. foo.o:        PA-RISC1.1 relocatable object
  42. libfoo.a:    archive file -s800 relocatable library
  43. jhd@kernow> ^D
  44.  
  45. script done on Thu Aug 27 00:53:29 1992
  46.  
  47. BTW, what's your sample-of-two test?
  48.  
  49.     Jan D.
  50.  
  51.