home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!convex!constellation!rex!david
- From: david@rex.uokhsc.edu (David W. Bourne)
- Newsgroups: comp.lang.c
- Subject: upper/lower case with VMS C
- Message-ID: <Bzs20s.FBM@rex.uokhsc.edu>
- Date: 24 Dec 92 18:58:04 GMT
- Organization: Health Sciences Center, University of Oklahoma
- Lines: 20
-
- I am trying to compile a 'c' program I obtained from a colleague under
- VAX VMS. With other module I had no real problems but one module
- apparently has variables with the 'same' names, that is only case
- different.
-
- One line reads
-
- double *Ao, *Ak, .... , *ao
-
- I then get an error message CONFLICTDECL indicating that the ao is
- a redeclaration of the Ao variable.
-
- I have tried the compiler switch /NAME=AS_IS without success.
-
- Also I tried to use the VAXCRTL_FOR_NAS.OLB library without success.
-
- I have been able to compile the module on a UNIX machine without a problem.
- It seems to be the VAX VMC 'c' environment that is causing a problem.
-
- Any suggestion, Thanks, David Bourne, david-bourne@uokhsc.edu
-