← Back to team overview

dolfin team mailing list archive

Re: Re:error

 

On Thu, May 19, 2005 at 02:34:40PM +0430, Mohammad Izadi wrote:
> 
> 
> 
> In installing the dolfin I encounter the following error
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ln: creating symbolic link
> `src/demo/solvers/ode/stiff/testproblems//plotslab.m'
>  to
> `/mnt/e/m.izadi/project/Dolfin/dolfin-0.5.5/src/utils/matlab/plotslab.m':
> Op
> eration not permitted
> make[2]: *** [all] Error 1
> make[2]: Leaving directory
> `/mnt/e/m.izadi/project/Dolfin/dolfin-0.5.5/src/post'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/mnt/e/m.izadi/project/Dolfin/dolfin-0.5.5/src'
> make: *** [all-recursive] Error 1
> [root@localhost dolfin-0.5.5]#
> +++++++++++++++++++++++++++++++++++
> please help me to remove it.
> Thanks.
> 

Hi Mohammad,

It seems ln gives this error when the filesystem doesn't support
symbolic links. Is /mnt/e a Windows partition?

To just get past the error (since I guess you won't use "plotslab.m"
anyway), you can do "make -k" or "make -k install", which will keep
going even after errors.

Hope this helps,
  Johan




References