home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / gcc / help / 2746 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  689 b 

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