home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / c / 12769 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  1.2 KB

  1. Path: sparky!uunet!olivea!decwrl!elroy.jpl.nasa.gov!ncar!breeze.rap.ucar.edu!rehak
  2. From: rehak@breeze.rap.ucar.edu (Nancy Rehak)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: GNU gcc Compiler Question
  5. Message-ID: <1992Aug25.175942.15401@ncar.ucar.edu>
  6. Date: 25 Aug 92 17:59:42 GMT
  7. References: <1992Aug25.145142.5039@mksol.dseg.ti.com>
  8. Sender: news@ncar.ucar.edu (USENET Maintenance)
  9. Distribution: usa
  10. Organization: NCAR / RAP
  11. Lines: 28
  12.  
  13. In article <1992Aug25.145142.5039@mksol.dseg.ti.com> katzn@mksol.dseg.ti.com (Neil M Katz) writes:
  14. >I have a few questions about the GNU gcc compiler.
  15. >
  16. >More specifically, I have found that when I compile a program
  17. >that refers to math functions such as pow or log10, I 
  18. >get the following message from gcc:
  19. >ld: Undefined symbol:
  20. >    _cos
  21. >    _asin
  22. >    _tan
  23. >collect: /usr/bin/ld returned 2 exit status
  24. >
  25. >I have included math.h, but still get these errors.  Note that this
  26. >same file compiled successfully with Sun's acc compiler on
  27. >a SparcStation IPC.
  28. >
  29. >What am I doing wrong?
  30. >
  31. >Please post responses to this newsgroup or email me directly at
  32. >katzn@lobby.ti.com.       
  33. >
  34. >Thanks,
  35. >Neil Katz
  36.  
  37.  
  38. You may want to include the math library (-lm) when you link.
  39.  
  40. Nancy Rehak
  41.