Known install problems/tweaks for CDAT
Some known tweaks to install CDAT 4.1
On some system readline will fail to build as a module python, either because readline itself failed to build or because 5.1 is too recent for your system. In this case you can try to build w/o readline, for this:
- cleanup your source dirs with a: "./clean_script all"
- remove your target directory (or at least the readline .a and .so file in the lib dir)
- edit pysrc/install_script and remove/comment out the lines about readline
Also see: Install Environment and Platform Specific Notes