home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.29 / text0017.txt < prev    next >
Encoding:
Text File  |  1992-12-26  |  1.1 KB  |  27 lines

  1. Submitted-by: guy@auspex.com (Guy Harris)
  2.  
  3. >Thus the same programming
  4. >environment will exist on either system regardless of whether you developed to
  5. >SVID or AES.
  6.  
  7. Well, the SVID and AES environments will exist on both systems; however,
  8. an application may well want to use interfaces *not* in the SVID or AES.
  9.  
  10. For example, SVR4's run-time dynamic linking interface ("dlopen()",
  11. "dlsym()", etc.) wasn't in the SVID, last time I looked (and yes, I
  12. *did* look in the Third Edition, the SVR4 SVID).  Dunno if OSF/1's
  13. run-time dynamic linking interface is there or not (I believe it has
  14. one).
  15.  
  16. (NOTE: "run-time dynamic linking interface", with the emphasis on
  17. "run-time".  This doesn't say anything about SVR4's or OSF/1's shared
  18. library mechanisms, just about SVR4's and OSF/1's mechanisms to allow an
  19. application to make calls to attach a lump of code, by file name, at run
  20. time, with the file name possibly generated at run time, and to find
  21. routines in that attached lump of code by name, with the routine name
  22. possibly generated at run time.)
  23.  
  24.  
  25. Volume-Number: Volume 29, Number 18
  26.  
  27.