home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.msdos.programmer
- 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
- From: glen@wench.ece.jcu.edu.au (Glen Harris)
- Subject: Can't link in math libs in djgpp
- Message-ID: <glen.88.714352100@wench.ece.jcu.edu.au>
- Summary: frustration
- Sender: news@marlin.jcu.edu.au (USENET News System)
- Organization: Electrical and Computer Engineering, JCUNQ
- Date: Thu, 20 Aug 1992 23:08:20 GMT
- Lines: 12
-
-
- I've installed all the djgpp distribution files in my djgpp directory, but
- when I try to use a maths function the error is as follows:
-
- test.o: Undefined symbol _tan referenced from text segment
-
- I have all the set vars in my autoexec bat and a simple "Hello World"
- program works, so <stdio.h> is OK. By the way I _am_ using <math.h>. 8-}
-
- Any ideas?
-
-
-