> Someone help me solving this issue, here I'm attaching snapshots of that
> error message. And also the installation files was not created after running
> 'make install' command.
The error message says
cannot create directory /home/dealii/share/deal.II/scripts
I believe that you are working in the directory
/home/prakash/Documents/dealii-9.2.0/build
In other words, I believe that the directory /home/dealii does not actually
exist and that you can't create it because only the superuser is allowed to
create new directories under /home. The question is why you want to install
into this directory to begin with? The usual recommendation is to install into
a subdirectory of your home directory. A good choice would be
/home/prakash/dealii
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@colostate.edu
www:
http://www.math.colostate.edu/~bangerth/