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:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/1ec77890-1cb3-f2a4-d7a5-47d8a9af40cf%40colostate.edu.

Reply via email to