Try installing libgfortran by your packaging system. If you want
getting helped further, tell us what system is it, how you installed
FEniCS and which version.

Jan


On Fri, 17 Apr 2015 13:23:31 +0000
Shafa Aria <[email protected]> wrote:

> Hi
> 
> 
> For some reason          Expression(...)
> 
> encounters an error.
> 
> Ran a simple ipython session:
> 
> ---------------------------------------------------------------
> 
> 
> In [1]: from dolfin import *
> 
> In [2]: mesh = UnitSquareMesh(3,3)
> 
> In [3]: V = FunctionSpace(mesh, 'CG', 1)
> 
> In [4]: e = Expression("x[0]")
> Calling DOLFIN just-in-time (JIT) compiler, this may take some time.
> In instant.recompile: The module did not compile with command 'make
> VERBOSE=1', see 'DIRECTORY/compile.log'
> 
> 
> ---------------------------------------------------------------
> 
> Doesn't seem to work. I have installed FEniCS from source.
> 
> Attached error log file.
> 
> 
> -Shafa

_______________________________________________
fenics-support mailing list
[email protected]
http://fenicsproject.org/mailman/listinfo/fenics-support

Reply via email to