now it has started making , it will take about 1 hour. thanks sir for help . i will post after an hour.i am a physics student if possible send me some good book pdf on linux or other pc hardware related you have to my mail [email protected]
when i extracted it again
manjaro% ls -l /home/raman/heasoft-6.28
ls: cannot access '/home/raman/heasoft-6.28': No such file or directory
manjaro% cd /home/raman/heasoft-6.28src.tar.gz/
manjaro% ls
heasoft-6.28
manjaro% cd /home/raman/heasoft-6.28src.tar.gz/heasoft-6.28
manjaro% ls
BUILD_DIR...
manjaro% cd /home/raman/heasoft-6.28/Xspec/BUILD_DIR
ls -l
cd: no such file or directory: /home/raman/heasoft-6.28/Xspec/BUILD_DIR
total 4661040
drwxr-xr-x 2 raman raman 4096 Mar 20 17:20 Desktop
drwxr-xr-x 2 raman raman 4096 Mar 22 20:02 Documents
drwxr-xr-x 2 raman raman...
now when i ran command
manjaro% cd /home/raman/heasoft-6.28/BUILD_DIR
./configure > config.out 2>&1
make > build.log 2>&1
make install > install.log 2>&1
manjaro%
manjaro%
curser is blinking at manjaro% so i think it is making build.log
3) Configure the software for your platform (necessary for both binary and
source downloads):
* If you downloaded the source distribution, go to the
heasoft-6.28/BUILD_DIR directory:
cd heasoft-6.28/BUILD_DIR/
https://uncertainquark.medium.com/how-to-quickly-install-and-setup-nasa-heasoft-on-ubuntu-or-any-debian-based-linux-df8d9fd0d4d8 this site is saying what i have done
manjaro% cd /home/raman/heasoft-6.28/BUILD_DIR/
manjaro% ./configure 2.&1 | tee config.out
[1] 4765
zsh: command not found: 1
manjaro% configure: WARNING: you should use --build, --host, --target
checking build system type... Invalid configuration `2.': machine `2.' not recognized
configure...
manjaro% echo $SHELL
/bin/zsh
manjaro% which gcc
which g++
which gfortran
which perl
which python
/usr/bin/gcc
/usr/bin/g++
/usr/bin/gfortran
/usr/bin/perl
/usr/bin/python
manjaro%