home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.vms
- Path: sparky!uunet!elroy.jpl.nasa.gov!decwrl!deccrl!news.crl.dec.com!pa.dec.com!decuac!burfle.dco.dec.com!murphy
- From: murphy@burfle.dco.dec.com (Rick Murphy)
- Subject: Re: Linking problem!!!!!!! HELP!!!!!!!!
- Message-ID: <1992Aug27.131352.8455@decuac.dec.com>
- Lines: 28
- Sender: news@decuac.dec.com (USENET News System)
- Nntp-Posting-Host: burfle.dco.dec.com
- Reply-To: murphy@burfle.dco.dec.com
- Organization: Digital Equipment Corporation, Landover MD
- References: <1992Aug26.191820.23959@mahendo.jpl.nasa.gov>
- Date: Thu, 27 Aug 1992 13:13:52 GMT
-
-
- In article <1992Aug26.191820.23959@mahendo.jpl.nasa.gov>, robert@triton.jpl.nasa.gov (Robert Angelino) writes:
- >VMS Gurus,
- > I need to use the /G_FLOAT option to CC. If I use this option
- >the manual says to be sure to link with vaxcrtlg.
- ...
- >
- >The linker errors I'm getting follow:
- >%LINK-W-MULDEF, symbol ACOS multiply defined
- > in module VAXCRTLG file SYS$COMMON:[SYSLIB]VAXCRTLG.EXE;2
-
- ...hundreds of redundant lines deleted.
-
- Information on how to do this is located in the release notes.
- Look for `sys$help:vacx032.release_notes' for the chapter titled
- 'Support for mixing /GFLOAT and /NOGFLOAT modules'. Note the correction to
- the DEFINE below..
-
- When compiling, use CC/GFLOAT/DEFINE="CC$mixed_float"
- Make sure your programs include stdio.h, stdlib.h, math.h, and unixlib.h.
- Link against VAXCRTL, not VAXCRTLG.
- -Rick
-
- --
- Rick Murphy, WA1SPT/4 Washington Open Systems Resource Center
- Domain: murphy@burfle.dco.dec.com -or- murphy@dco.dec.com
- Bang: decwrl!burfle.enet!murphy Ding: (301) 918-5883
- Disclaimer: This nonsense came from an AI program written in TECO. Ignore it.
-