home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!torn!news.ccs.queensu.ca!qucdn!boumeest
- Organization: Queen's University at Kingston
- Date: Tue, 15 Dec 1992 13:59:55 EST
- From: Harry Boumeester <BOUMEEST@QUCDN.QueensU.CA>
- Message-ID: <92350.135955BOUMEEST@QUCDN.QueensU.CA>
- Newsgroups: gnu.gcc.help
- Subject: DUM math question for DJGPP GCC
- Lines: 5
-
- I am just trying DJGPP GCC with a small program that has cos as part of the
- program. After trying to compile with 'GCC -lm dum.c' I get the error
- undefined symbol _cos referenced from text segment. I have a 387 coprocessor
- ,have SET 387=YES and the LIBRARY_PATH is set to where LIBM.A is.
- WHAT AM I DOING WRONG?.
-