home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / programm / 15533 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  670 b 

  1. Path: sparky!uunet!portal!cup.portal.com!Elrador
  2. From: Elrador@cup.portal.com (Charles E Massey)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Float problem in SAS/C, please help!!!
  5. Message-ID: <69110@cup.portal.com>
  6. Date: Sun,  8 Nov 92 10:47:06 PST
  7. Organization: The Portal System (TM)
  8. Distribution: world
  9. References:  <1992Nov6.161911.20667@news.ysu.edu>
  10. Lines: 11
  11.  
  12. Do this:
  13.  
  14. When compiling you need to use the MATH tooltype.  Math can be followed
  15. by STANDARD, FFP, & 68881.  So, for example, if I wanted to compile and
  16. link program.c, I would type
  17.  
  18. sc math=standard link program
  19.  
  20. This will link it with scm.lib, which you need for the math functions.
  21.  
  22. charles
  23.