Hi. I want to install an executable FEAP ver84 on Ubuntu. I have edited the bashrc file and edited makefile.in
But, when I use make install I see errors as below. I have put the source files in home/feap/ver84 folder and my username is amir.
/home/amir/feap/ver84/contact/nts2d objects now up-to-date<---
make[2]: Leaving directory '/home/amir/feap/ver84/contact/nts2d'
(cd nts3d; make archive)
make[2]: Entering directory '/home/amir/feap/ver84/contact/nts3d'
make[2]: *** No rule to make target 'archive'. Stop.
make[2]: Leaving directory '/home/amir/feap/ver84/contact/nts3d'
makefile:4: recipe for target 'archive' failed
make[1]: *** [archive] Error 2
make[1]: Leaving directory '/home/amir/feap/ver84/contact'
makefile:21: recipe for target 'archive' failed
make: *** [archive] Error 2
can you help me please?