[email protected]:~$ export CC=/usr/bin/gcc
[email protected]:~$ export CXX=/usr/bin/g++
[email protected]:~$ export FC=/usr/bin/gfortran
[email protected]:~$ export PERL=/usr/bin/perl
[email protected]:~$ export PYTHON=/usr/bin/python
[email protected]:~$ cd /home/raman
[email protected]:~$ cd /home/raman/heasoft-6.28
[email protected]:~/heasoft-6.28$ cd heasoft-6.28/BUILD_DIR/
bash: cd: heasoft-6.28/BUILD_DIR/: No such file or directory
[email protected]:~/heasoft-6.28$ cd
[email protected]:~$ cd heasoft-6.28/BUILD_DIR/
[email protected]:~/heasoft-6.28/BUILD_DIR$ ./configure > config.out 2>&1
[email protected]:~/heasoft-6.28/BUILD_DIR$ make > build.log 2>&1
[email protected]:~/heasoft-6.28/BUILD_DIR$ make install > install.log 2>&1
[email protected]:~/heasoft-6.28/BUILD_DIR$ export HEADAS=/home/raman/
[email protected]:~/heasoft-6.28/BUILD_DIR$ HEADAS/headas-init.sh
bash: HEADAS/headas-init.sh: No such file or directory
[email protected]:~/heasoft-6.28/BUILD_DIR$ export HEADAS=/home/raman/heasoft-6.28
[email protected]:~/heasoft-6.28/BUILD_DIR$ HEADAS/headas-init.sh
bash: HEADAS/headas-init.sh: No such file or directory
[email protected]:~/heasoft-6.28/BUILD_DIR$