home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 8730 < prev    next >
Encoding:
Text File  |  1992-08-23  |  790 b   |  21 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!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: Re: Can't link in math libs in djgpp - extra info
  5. Message-ID: <glen.92.714611853@wench.ece.jcu.edu.au>
  6. Sender: news@marlin.jcu.edu.au (USENET News System)
  7. Organization: Electrical and Computer Engineering, JCUNQ
  8. References: <glen.88.714352100@wench.ece.jcu.edu.au> <glen.91.714362482@wench.ece.jcu.edu.au> <3269@dozo.and.nl>
  9. Date: Sun, 23 Aug 1992 23:17:33 GMT
  10. Lines: 9
  11.  
  12. In article <3269@dozo.and.nl> jos@and.nl (Jos Horsmeier) writes:
  13. >If you compile like this:
  14. >cc -lm myfile.c
  15. >it won't work, you have to change it into this:
  16. >cc myfile.c -lm
  17.  
  18.   That was the problem.  Thanks to all who replied.
  19.  
  20.  
  21.