Can scmtool in Aix compatible with lower IBM XL C/C++ for AIX like V7?
I find the readme said the following thing, does it mean the scmtool in Aix need IBM XL C/C++ for AIX V11.1? Our environment IBM XL C/C++ for AIX is V7, does it work? Thanks!
Compiler used: Visual Age Compiler Suite (IBM XL C/C++ for AIX, V11.1 (5724-X13) Version: 11.01.0000.0000)
Dependencies (All 32-bit libraries):
/usr/lib/libc.a(shr.o)
/usr/lib/libC.a(shr.o)
/usr/lib/libC.a(ansi_32.o)
/usr/lib/libiconv.a(shr4.o)
/unix
/usr/lib/libcrypt.a(shr.o)
/usr/lib/libC.a(shrcore.o)
/usr/lib/libC.a(ansicore_32.o)
Accepted answer
You have to ensure you have the 32-bit versions of the libraries listed. Check if you have those files and the versions of them.
Comments
Hi, Tim
I find the user's aix java verison is 1.4, and it can not upgraded since running app depends on java 1.4. But RTC403 scmtools needs java 1.6 and higher. Do you know two java version can exist in one aix at the same time?Thanks!
The config files can be set to specify a particular JVM to use. Take a look at the 'lscm', 'scm.ini', and 'scm.sh' files. Be sure to set the other app to use the JVM 1.4 that it requires (i.e. if your JVM 1.6 is in the environment path, your other app may use it).
1 vote