Operating System - Tru64 Unix
1752433 Members
6055 Online
108788 Solutions
New Discussion юеВ

Re: Compaq C++ Compiler V6.5-042

 
SOLVED
Go to solution
Brian Fletcher
Occasional Advisor

Compaq C++ Compiler V6.5-042

Hello -

I have recently upgraded my Tru64 server with the C++ Complier from the April 2005 Software Products library. The version running on my machine is now v6.5-014 We have a customer whose environment we are trying to duplicate and their machine's compiler is v6.5-042

I have searched the Patch Database - but it has not shown any matches for this version or any compiler patches for that matter.

How can i get from 014 to 042 ?

Thanks for your help !!

Brian
4 REPLIES 4
Erich Wimmer
Valued Contributor

Re: Compaq C++ Compiler V6.5-042

Are you sure version v6.5-042 is for Tru64 Unix? Looks like an OpenVMS version.

Regards, Erich
Brian Fletcher
Occasional Advisor

Re: Compaq C++ Compiler V6.5-042

Thanks for the reply Erich - But unfortunately it is indeed Tru64 -- Here is the output from my cxx -V command :
# cxx -V
Compaq C++ V6.5-014 for Compaq Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V6.5-014 (cxx) cxx Driver

Here is the ouput from our customer's

kostej@sou003> cxx -V
Compaq C++ V6.5-042 for Compaq Tru64 UNIX V5.1B (Rev. 2650)
Compiler Driver V6.5-042 (cxx) cxx Driver

Thanks
Brian
Erich Wimmer
Valued Contributor
Solution

Re: Compaq C++ Compiler V6.5-042

Brian,

I have found v6.5-042 at
ftp://ftp.compaq.com/pub/products/C-CXX/tru64/cxx/CXX
651V42.tar
Hope this helps,
Erich
Brian Fletcher
Occasional Advisor

Re: Compaq C++ Compiler V6.5-042

Turns out the version of the complier I had installed was close enough and we have begun the port of our application. I will attempt the upgrade if we run into issues.

Thanks
Brian