Hi all,
I am new to BSD, and after installation I started to compile and Make a Fortran code consisting of hundred of files.
I entered the command
The source can be found here: http://www.ce.berkeley.edu/projects/feap/feappv/feappv31.zip
I have the "ar" archiver, and other compilers already installed and working fine.
I am new to BSD, and after installation I started to compile and Make a Fortran code consisting of hundred of files.
I entered the command
% make install
in the main directory of the software, and it gave error:
Code:
(cd main; make feap)
make: don't know how to make /home/mubeen/feappv/ver31/Feappv_gnu.a Stop
*** Error code 2
The source can be found here: http://www.ce.berkeley.edu/projects/feap/feappv/feappv31.zip
I have the "ar" archiver, and other compilers already installed and working fine.