home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / msdos / programm / 8681 < prev    next >
Encoding:
Text File  |  1992-08-20  |  966 b   |  24 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!marlin.jcu.edu.au!ecepc4.ece.jcu.edu.au!glen
  3. From: glen@wench.ece.jcu.edu.au (Glen Harris)
  4. Subject: Re: Can't link in math libs in djgpp - extra info
  5. Message-ID: <glen.91.714362482@wench.ece.jcu.edu.au>
  6. Summary: frustration
  7. Sender: news@marlin.jcu.edu.au (USENET News System)
  8. Organization: Electrical and Computer Engineering, JCUNQ
  9. References: <glen.88.714352100@wench.ece.jcu.edu.au>
  10. Date: Fri, 21 Aug 1992 02:01:22 GMT
  11. Lines: 11
  12.  
  13. >  I've installed all the djgpp distribution files in my djgpp directory, but 
  14. >when I try to use a maths function the error is as follows:
  15. >test.o: Undefined symbol _tan referenced from text segment
  16. >  I have all the set vars in my autoexec bat and a simple "Hello World" 
  17. >program works, so <stdio.h> is OK.  By the way I _am_ using <math.h>. 8-}
  18. >  Any ideas?
  19.  
  20.   Sorry, I should have said that I am also using -lm as a compiler argument.
  21.  
  22.  
  23.  
  24.