| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 3462.1 | More info? | DECC::SULLIVAN | Jeff Sullivan | Mon Feb 24 1997 16:50 | 29 | 
|  | The IVP tries to do a simple sanity check. That is, it tries to compile and run
the following program:
#include <iostream.hxx>
int main (int argc, char **argv)
{
        cout << "DEC C++ for DEC OSF/1 installation verified." << endl;
        return 0;
}
You should try this...
% cxx t.cxx
% a.out    
DEC C++ for DEC OSF/1 installation verified.
It looks like you have the right stuff on there.
Did you de-install, re-install after the OS upgrade?
In theory, it should work on V4.0A as well as V4.0.
Also, has the customer considered upgrading to DEC C++ V5.5?
-Jeff
 | 
| 3462.2 | test case gets bugcheck | HYDRA::DORHAMER |  | Mon Feb 24 1997 16:56 | 6 | 
|  |     I tried compiling the simple program from .1 on my v4.0A system, but
    get the following error:
    
    11, fatal: A bugcheck occurred in the compiler.
    
    Karen
 | 
| 3462.4 | Kit available that fixes this | DECCXX::MITCHELL |  | Tue Feb 25 1997 13:44 | 5 | 
|  | See 2663.4 for a V5.1 kit that fixes this problem.
Why are they using V5.1?  It's ancient history?
Charlie
 | 
| 3462.5 | You may need V5.1-6 on EV5 (21164) systems | DECC::SULLIVAN | Jeff Sullivan | Tue Feb 25 1997 14:31 | 15 | 
|  | Re: .4
> See 2663.4 for a V5.1 kit that fixes this problem.
CORRECTION: See 2663.14 which addresses a crash on EV5 (21164) systems
(To determine your chipset, use "/usr/sbin/psrinfo -v")
The kit is also available via the Digital Intranet at
  http://www.zk3.dec.com/decc/decc-kitinfo.html
Let us know if it works/does not work for you.
-Jeff
 | 
| 3462.6 | Problem solved by V5.1-6 | DECC::SULLIVAN | Jeff Sullivan | Wed Feb 26 1997 13:50 | 7 | 
|  | This was an example of the known problem on EV5 systems.
The DEC C++ V5.1-6 kit resolved the problem.
Karen will recommend to the software partner that they consider
upgrading to DEC C++ V5.5.
-Jeff
 |