home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / softsys / andrew / 1464 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.5 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Re: Andrew on Solaris 2.1
  5. Message-ID: <16048@auspex-gw.auspex.com>
  6. Date: 23 Dec 92 00:02:11 GMT
  7. References: <ofBpgQP0Bwx2QaugY5@transarc.com>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 21
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >Has anyone done any work on porting Andrew to Solaris 2.1?
  14.  
  15. Has anyone done any work on porting ATK to *any* SVR4-derived UNIX?  If
  16. so, and if there's more than one place where it's being done, perhaps
  17. the people doing it should get together on that (I can easily imagine
  18. person A porting it to some PClone running SVR4-for-i386, and person B
  19. porting it to Solaris 2.x, and person A and person B having no idea that
  20. the other's doing it).
  21.  
  22. Note that the right way to do the dynamic linking stuff for SVR4 is
  23. probably to grab the SunOS 4.1[.x] version of the dynamic linking code
  24. and proceeding from there (the "dlopen()"/"dlsym()"/etc. interface was
  25. actually invented by AT&T, although they never released any
  26. implementation until SVR4; Sun just used AT&T's interface for SunOS
  27. 4.1[.x]), rather than trying to teach the "do it yourself" code about
  28. ELF (the main reason I did the version that used "dlopen()" and company
  29. was to *keep* people from trying to teach the do-it-yourself version
  30. about ELF).
  31.  
  32. You will probably also want to change the pseudo-tty handling code in
  33. "typescript" and "tm" to use SVR4-style pseudo-ttys.
  34.