home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / programm / 12241 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  1.8 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!uvaarpa!adastra!mbs
  2. From: mbs@adastra.cvl.va.us (Michael B. Smith)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: ixemlib manual?
  5. Distribution: world
  6. Message-ID: <mbs.0ua5@adastra.cvl.va.us>
  7. X-NewsSoftware: GRn 1.16f (beta) by Mike Schwartz & Michael B. Smith
  8. Date: 12 Aug 92 18:05:44 EDT
  9. Organization: Private UUCP Node
  10. Lines: 30
  11.  
  12. In article <KENTD.92Aug11231605@zappa.FtCollins.NCR.com> kentd@FtCollins.NCR.com (Kent Dalton) writes:
  13. > Is there any manual available (aside from the header files :^) for
  14. > Markus Wild's ixemul UNIX emulation library? I'm porting some pretty
  15. > heavy UNIX code to my Amiga and I could really use some kind of guide
  16. > for what's implemented and how it deviates from "normal" UNIX sdystem
  17. > library behavior.  Even a list of functions would help...
  18.  
  19. Hehe. Your best bet would probably be my mailbox from last year and early
  20. this year (as I beta'ed ixemul). But I'm not letting that loose.
  21.  
  22. The routines in the library are in "gcc:include/sys/syscall.def" which comes
  23. with every SOURCE release of IxemLib.
  24.  
  25. You can get an approximate list of functions by "ar tv gcc:libs/libc.a",
  26. although some of those lines will have functions not listed, and some functions
  27. not listed are present.
  28.  
  29. A list of all external references is "gcc20:lib/gcc-lib/amiga/2.1/syscalls.c.x"
  30. which came with 2.1.
  31.  
  32. I was porting some VERY heavy Unix code while I was testing IxemLib, and if
  33. the code is BSD-derived, it does a very good job. It falls down on some of
  34. the POSIX'isms and SVR4'isms.
  35.  
  36. The latest version of ixemul.library is in the pdksh port that Markus did,
  37. with a current version of 39.41. Highly recommended. It is also available
  38. for BMS from adastra.cvl.va.us in its own archive.
  39. --
  40.   //   Michael B. Smith
  41. \X/    mbs@adastra.cvl.va.us  -or-  uunet.uu.net!virginia.edu!adastra!mbs
  42.