home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.programmer
- Path: sparky!uunet!usc!rpi!ees1a0.engr.ccny.cuny.edu!mimbres.cs.unm.edu!bandelier.cs.unm.edu!seiferth
- From: seiferth@bandelier.cs.unm.edu (Justin Seiferth)
- Subject: Strange Compile time Error Message
- Message-ID: <C1E4ry.98v@bandelier.cs.unm.edu>
- Summary: Can you decipher this error?
- Sender: seiferth@rufous.cs.unm.edu
- Organization: Computer Science Department, University of New Mexico
- Distribution: usa
- Date: Mon, 25 Jan 1993 03:38:24 GMT
- Lines: 35
-
- All of the sudden, the November release of the C++ compiler refuses
- to compile anything. It terminates during compilation with the
- following:
-
- [c:\src\os]icc /Fd /Ti /Tdp test.C
- Licensed Materials - Property of IBM
- IBM C/C++ Beta Driver 1 for OS/2 V2
- (C) Copyright IBM Corp. 1991, 1992. All Rights Reserved.
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
-
- test.C (0) : fatal error EDC4019: Error occurred while opening intermediate file
- RBCOMM(395).
-
- [c:\src\os]
-
- It had been working fine. I cannot think what might have suddenly caused
- this behaviour. I intend to reinstall the development kit and see what
- happens, however I would like to know what the error means so I can prevent
- whatever happened from happening again. Incidently, the compilation also
- litters the directory I have been compiling in with hidden files named
- as:
-
- ic0023AAA.W
- ic0023AAA.WH
- ic0023AAA.WI
-
- Presumably this is related to the above error.
-
- My system:
-
- November PDK installed on an HPFS file system.
-
- Justin
-
-