home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!portal!cup.portal.com!Elrador
- From: Elrador@cup.portal.com (Charles E Massey)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Float problem in SAS/C, please help!!!
- Message-ID: <69110@cup.portal.com>
- Date: Sun, 8 Nov 92 10:47:06 PST
- Organization: The Portal System (TM)
- Distribution: world
- References: <1992Nov6.161911.20667@news.ysu.edu>
- Lines: 11
-
- Do this:
-
- When compiling you need to use the MATH tooltype. Math can be followed
- by STANDARD, FFP, & 68881. So, for example, if I wanted to compile and
- link program.c, I would type
-
- sc math=standard link program
-
- This will link it with scm.lib, which you need for the math functions.
-
- charles
-