home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / softsys / andrew / 1489 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  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 under Solaris 2.x ?
  5. Message-ID: <16288@auspex-gw.auspex.com>
  6. Date: 8 Jan 93 19:31:39 GMT
  7. References: <1993Jan8.015653.23570@telematics.com> <AfHPUx4Gf0478JPmYw@athena.mit.edu>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 27
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >This month I will be finding out why EZ compiled for SunOS 4.1.2 core
  14. >dumps when run in Binary Compatibility mode under Solaris2.
  15.  
  16. It works fine for me, although it could be working here because of some
  17. of the hacks I've added.
  18.  
  19. Note, though, that *other* applications won't work because, apparently,
  20. the binary-compatibility-mode run-time linker appears not to allow
  21. run-time dynamic loading (with "dlopen()") of shareable objects from
  22. SunOS 4.x.
  23.  
  24. As such, a real port may be necessary.
  25.  
  26. >I'll be interested in email exchange with anyone else doing Solaris2 work.
  27.  
  28. If anybody's doing such a port, they should note that:
  29.  
  30.     1) the main reason I wrote a version of the "class" dynamic
  31.        loader that sat atop "-ldl" was to prevent somebody from
  32.        writing a version that understood ELF images - SVR4 has
  33.        "-ldl" also (actually, AT&T invented the API for it, and Sun
  34.        picked it up for 4.1[.x]).
  35.  
  36.     2) the pseudo-tty mechanism is different.
  37.  
  38.     3) the net result of such a port may, if done right, amount not
  39.        just to a Solaris 2.x port, but to a generic SVR4 port.
  40.