初学者:aips的本地安装

warning: Parameter 1 to theme_field() expected to be a reference, value given in /home/kambrian/public_html/drupal/includes/theme.inc on line 170.

Note-Given recent problems with compilers, the binary installation is likely to be the best choice unless you plan local development of AIPS code. (意思就是最好用二进制在线安装,除非要自己修改aips代码)

mkdir aips

cd aips

mkdir gcc2.95

cd  gcc2.95

wget ftp://ftp.aoc.nrao.edu/pub/staff/egreisen/gcc-2.95.3.tar.gz

tar -xvif  gcc-2.95.3.tar.gz

cd gcc-2.95.3

./configure

make bootstrap

make install

cd ..

wget ftp://ftp.aoc.nrao.edu/pub/software/aips/31DEC08/install.pl .

wget ftp://ftp.aoc.nrao.edu/pub/software/aips/31DEC08/31DEC08.tar.gz .

perl install.pl