home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12895 < prev    next >
Encoding:
Text File  |  1992-08-31  |  2.1 KB  |  45 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!gatech!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: Manx C and Boopsi Question
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <BtuLL0.IuB@unx.sas.com>
  8. Date: Mon, 31 Aug 1992 12:34:12 GMT
  9. References: <hemmer.01wu@hemmer.adsp.sub.org> <1992Aug27.133930.559@csc.canterbury.ac.nz> <hemmer.01yv@hemmer.adsp.sub.org>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 31
  13.  
  14.  
  15. In article <hemmer.01yv@hemmer.adsp.sub.org>, hemmer@hemmer.adsp.sub.org (Franz Hemmer) writes:
  16. |> In article <1992Aug27.133930.559@csc.canterbury.ac.nz> cree@elec.canterbury.ac.nz (Michael Cree) writes:
  17. |> > Franz Hemmer (hemmer@hemmer.adsp.sub.org) wrote:
  18. |> > That's exactly what I'm talking about. However, you have missed the
  19. |> > crucial point, which is, the Manx library structure is different and
  20. |> > more sophisticated than the standard Amiga (which SAS follows) library
  21. |> > format. The Manx linker can use the standard Amiga format libraries
  22. |> > because it mistakes them for object files and so includes the whole
  23.  
  24. While the SAS/C linker can take simple concatenations of object files 
  25. and process them as if they were true object libraries, SAS/C does 
  26. provide a method of getting a true indexed library which is every bit 
  27. as good as the Aztec method.  The provided OML utility calculates an 
  28. index to all symbols in the library to speed linking.  I therefore
  29. think that it is unfair to characterize the Aztec library structure
  30. as more "sophisticated".  The SAS/C system is certainly implemented
  31. more robustly, since it can at least handle the concatenated form
  32. of the library correctly.
  33.  
  34. |> | Franz Hemmer - Software Developer located in Silkeborg, Denmark, Europe |
  35.  
  36. -- 
  37.   *****
  38. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  39.  *|. o.| ||                                          1200/2400/9600 Dual
  40.   | o  |//     For all you do, this bug's for you!
  41.   ====== 
  42. usenet: walker@unx.sas.com                            bix: djwalker 
  43. Any opinions expressed are mine, not those of SAS Institute, Inc.
  44.  
  45.