home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.26 / text0091.txt < prev    next >
Encoding:
Text File  |  1992-02-21  |  1.2 KB  |  31 lines

  1. Submitted-by: lewine@cheshirecat.webo.dg.com (Donald Lewine)
  2.  
  3. In article <1992Feb12.221447.2080@uunet.uu.net>, cmr@cvedc.prime.com (Chesley Reyburn) writes:
  4. > This thing does dynamic, on-the-fly, loading of user supplied sourca
  5. > modules during run-time.  Is this behaviour that POSIX will support?
  6. > If so which POSIX standard will specify it?  If not, why are you people
  7. > wasting my time :->  ?
  8.  
  9. POSIX does not specify dynamic linking and is not likely to do so.
  10. POSIX covers the source level view of the computer.  There is no
  11. need (as far as POSIX is concerned) to ever compile or link anything.
  12.  
  13. One could implement POSIX using a very fast and very smart cockroach.
  14. As long as the source program produces the right output the cockroach
  15. is POSIX conforming.
  16.  
  17. Clearly, POSIX allows for systems which do use compilers and linkers,
  18. but it does not require that they work in any particular way.
  19.  
  20. --------------------------------------------------------------------
  21. Donald A. Lewine                (508) 870-9008 Voice
  22. Data General Corporation        (508) 366-0750 FAX
  23. 4400 Computer Drive. MS D112A
  24. Westboro, MA 01580  U.S.A.
  25.  
  26. uucp: uunet!dg!lewine   Internet: lewine@cheshirecat.webo.dg.com
  27.  
  28.  
  29. Volume-Number: Volume 26, Number 102
  30.  
  31.