Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to downgrade commited xlC.* ?

Status
Not open for further replies.

ogniemi

Technical User
Nov 7, 2003
1,041
PL
I need to downgrade commited:

xlC.adt.include 5.0.0.0 COMMITTED C Set ++ Application
xlC.aix43.rte 5.0.0.0 COMMITTED C Set ++ Runtime for AIX 4.3
xlC.cpp 4.3.0.1 COMMITTED C for AIX Preprocessor
xlC.msg.en_US.cpp 4.3.0.1 COMMITTED C for AIX Preprocessor
xlC.msg.en_US.rte 5.0.0.0 COMMITTED C Set ++ Runtime
xlC.rte 5.0.0.0 COMMITTED C Set ++ Runtime


to level:

xlC.aix43.rte 4.0.2.1 COMMITTED C Set ++ Runtime for AIX 4.3
xlC.cpp 4.3.0.1 COMMITTED C for AIX Preprocessor
xlC.msg.en_US.cpp 4.3.0.1 COMMITTED C for AIX Preprocessor
xlC.msg.en_US.rte 4.0.2.0 COMMITTED C Set ++ Runtime
xlC.rte 4.0.2.0 COMMITTED C Set ++ Runtime


Uninstalling is not possible so I am thinking about force installation of older version.

Any ideas?


thx,rm.


 
I think the only way to do it is to uninstall it and then install the old version , because you'll see certain library files being used and a commit will remove the saved files, whether an install of the old version resorts them back to the old version , don't know without trying it .

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top