home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12873 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.1 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!math.fu-berlin.de!umn.edu!csus.edu!netcom.com!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Manx C and Boopsi Question
  5. References: <hemmer.01yv@hemmer.adsp.sub.org>
  6. Message-ID: <paulk.1av4@terapin.com>
  7. Date: 30 Aug 92 02:12:06 PST
  8. Organization: BBS
  9. Lines: 14
  10.  
  11. > That's exactly what I'm talking about. However, you have missed the
  12. > crucial point, which is, the Manx library structure is different
  13. > and more sophisticated than the standard Amiga (which SAS follows)
  14. > library format. The Manx linker can use the standard Amiga format
  15. > libraries because it mistakes them for object files and so includes
  16. > the whole damn thing. Which means you get pages and pages of
  17. > warning messages for doubley defined functions (some in both c.lib
  18. > and amiga.lib) and error messages because you havn't defined
  19. > library base pointers for every Amiga standard shareble library
  20. > possible....
  21.  
  22. RTFM.  Use the +L option on the Manx linker and it will pull in only
  23. the modules from amiga.lib that the program actually uses.
  24.  
  25.