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