Tried to run ccs_setup_6.0.0.00175.bin on a fresh CentOS 6.5 64-bit installation, and it just silently exited without reporting any errors.
There were two problem with missing dependencies:
1) /lib/ld-linux.so.2 was missing, which caused ccs_setup_6.0.0.00175.bin to exit immediately without reporting any errors. Installing libc.i686 resolved this dependency.
2) libX11.so.6 was missing, which caused ccs_setup_6.0.0.00175.bin to exit after several seconds without reporting any errors. Installing libX11.i686 resolved this dependency.
Running ccs_setup_6.0.0.00175.bin then reported other 32-bit system libraries which were missing [as expected since was installing on a 64-bit OS]
Was it intended that ccs_setup_6.0.0.00175.bin should be able to report an informative message if /lib/ld-linux.so.2 or libX11.so.6 can't be found?