home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / std_unix / volume.26 / text0093.txt < prev    next >
Encoding:
Text File  |  1992-02-21  |  1.3 KB  |  34 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. > I have a very treasured application that I am porting to POSIX and I
  5. > have a question about whether POSIX will support it or not.
  6. > This thing does dynamic, on-the-fly, loading of user supplied sourca
  7. > modules during run-time.  Is this behaviour that POSIX will support?
  8. > If so which POSIX standard will specify it?  If not, why are you people
  9. > wasting my time :->  ?
  10.  
  11. POSIX does not specify dynamic linking and is not likely to do so.
  12. POSIX covers the source level view of the computer.  There is no
  13. need (as far as POSIX is concerned) to ever compile or link anything.
  14.  
  15. One could implement POSIX using a very fast and very smart cockroach.
  16. As long as the source program produces the right output the cockroach
  17. is POSIX conforming.
  18.  
  19. Clearly, POSIX allows for systems which do use compilers and linkers,
  20. but it does not require that they work in any particular way.
  21.  
  22. --------------------------------------------------------------------
  23. Donald A. Lewine                (508) 870-9008 Voice
  24. Data General Corporation        (508) 366-0750 FAX
  25. 4400 Computer Drive. MS D112A
  26. Westboro, MA 01580  U.S.A.
  27.  
  28. uucp: uunet!dg!lewine   Internet: lewine@cheshirecat.webo.dg.com
  29.  
  30.  
  31. Volume-Number: Volume 26, Number 104
  32.  
  33.