home *** CD-ROM | disk | FTP | other *** search
- Path: news.ios.com!usenet
- From: larrymb@gramercy.ios.com (UNREGISTERED VERSION)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: SAS/C 16bit library versions
- Date: 9 Mar 1996 22:06:29 GMT
- Organization: Internet Online Services
- Message-ID: <1250.6642T1019T641@gramercy.ios.com>
- References: <325.6634T907T1175@gramercy.ios.com> <DnuJ98.n1L@unx.sas.com>
- NNTP-Posting-Host: ppp-56.ts-6.hck.idt.net
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
- >In article <325.6634T907T1175@gramercy.ios.com>,
- >UNREGISTERED VERSION <larrymb@gramercy.ios.com> wrote:
- >>Does anyone know where to get the versions of linkable math libraries
- >>for SAS/C that they keep leaving out of the patch distributions such as:
- >>scms881.lib
- >>scmsffp.lib
- >>scmsieee.lib
- >>scmsnb881.lib
- >>scmsnbffp.lib
- >>scmsnbiee.lib
- >>Or if not all of them, at the very least just:
- >>scms881.lib (most especially)
- >>scmsffp.lib
- >>scmsieee.lib
-
- >Most of these were never built. We do not support all combinations
- >of options.
- > ***** / walker@unx.sas.com
- > *|_o_o|\\ Doug Walker< BIX, Portal: djwalker
-
- Is at least "scms881.lib" one of the few of the above available (the manual
- said you could call SAS for ones not included and this ones seems
- particularly important)? Without that (or, a bit less importantly,
- scsieee.lib) you can't get FPU support unless you use int=32bit and when you
- do that the compiler always ignores the sizes you define for parameters (even
- with ANSI style declarations) and sometimes for variables as well. When I use
- the monitor to look at src+dissasem it always shows that it goes mad and
- puts in tons of pointless 16->32,32->16 and other stuff like that when 32bit
- integers are used.
-
-