home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / std / c / 3394 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.5 KB  |  31 lines

  1. Newsgroups: comp.std.c
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!haven.umd.edu!decuac!pa.dec.com!engage.pko.dec.com!nntpd.lkg.dec.com!jit533.jit.dec.com!diamond
  3. From: diamond@jit533.jit.dec.com (Norman Diamond)
  4. Subject: Re: Libraries specified in source?
  5. Message-ID: <1993Jan22.013725.5587@nntpd.lkg.dec.com>
  6. Sender: usenet@nntpd.lkg.dec.com (USENET News System)
  7. Reply-To: diamond@jit.dec.com (Norman Diamond)
  8. Organization: Digital Equipment Corporation Japan , Tokyo
  9. References: <1993Jan21.182949.29796@cronkite.ocis.temple.edu>
  10. Date: Fri, 22 Jan 1993 01:37:25 GMT
  11. Lines: 18
  12.  
  13. In article <1993Jan21.182949.29796@cronkite.ocis.temple.edu> ray@astro.ocis.temple.edu (Ray Lauff) writes:
  14. >I often find myself wondering why standard C has no mechanisms for
  15. >embedding the libraries required for loading into the code.  Right
  16. >now I have to specify them on the command line of the compiler call.
  17.  
  18. If the implementation comes with documentation saying that, in order to
  19. invoke a conforming implementation, you have to type
  20.   c89 [source file names] -lm -lstring -lbool -lgoto
  21. then that's what you type.  If the documentation doesn't say what you
  22. have to type, ask your vendor for a refund.
  23.  
  24. If you're using implementation extensions, then friendly implementors
  25. will tell you how to use the extensions too.  Surely the standard can't
  26. specify how to use extensions.
  27. --
  28. Norman Diamond                diamond@jit.dec.com
  29. If this were the company's opinion, I wouldn't be allowed to post it.
  30. Pardon me?  Or do I have to commit a crime first?
  31.