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

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!mips!munnari.oz.au!bunyip.cc.uq.oz.au!marlin.jcu.edu.au!ecepc3.ece.jcu.edu.au!glen
  3. From: glen@wench.ece.jcu.edu.au (Glen Harris)
  4. Subject: Can't link in math libs in djgpp
  5. Message-ID: <glen.88.714352100@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. Date: Thu, 20 Aug 1992 23:08:20 GMT
  10. Lines: 12
  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.  
  16. test.o: Undefined symbol _tan referenced from text segment
  17.  
  18.   I have all the set vars in my autoexec bat and a simple "Hello World" 
  19. program works, so <stdio.h> is OK.  By the way I _am_ using <math.h>. 8-}
  20.  
  21.   Any ideas?
  22.  
  23.  
  24.