home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / bugs / sys5 / 166 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.1 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!texsun!cronkite.Central.Sun.COM!news2me.EBay.Sun.COM!exodus.Eng.Sun.COM!sun!ultrix!andrewr
  2. From: andrewr@ultrix.EBay.Sun.COM (Andy Roach)
  3. Newsgroups: comp.bugs.sys5
  4. Subject: Re: Can a script find out, under SVR4, the ABI to which a machine conforms?
  5. Message-ID: <lkorctINNcsf@exodus.Eng.Sun.COM>
  6. Date: 7 Jan 93 17:51:25 GMT
  7. References: <16187@auspex-gw.auspex.com> <1993Jan5.150047.19932@netcom.com>
  8. Reply-To: andrewr@Eng.Sun.COM
  9. Organization: Sun Microsystems Inc.
  10. Lines: 13
  11. NNTP-Posting-Host: ultrix
  12.  
  13. Why whould a script care. The Generic ABI lists all the commands an
  14. ABI conforming script may call. If a script is attempting to perform
  15. different functions based on architecture type then by definition "sort of"
  16. the script is non ABI conforming.
  17.  
  18. The goal of the ABI is one executable per architecture and in the case of
  19. scripts, one script per generic ABI for all machines.
  20.  
  21. Now this doesn't address the real world problem of having servers
  22. export a tree which contains binaries for a bunch of different machines,
  23. but some view this as an admin problem not an ABI problem.
  24.  
  25. Andy
  26.