[Please, keep [email protected] in CC.]

It looks that your UFCConfig.cmake is missing something. What is the
contents of the file. Also what is the output of

 $ ldd `locate libdolfin.so | head -n 1 -` | grep libgfortran

Jan


On Mon, 20 Apr 2015 11:44:08 +0000
Shafa Aria <[email protected]> wrote:

> libgfortran is already installed, the problem is, I think, by looking
> at the log file that FEniCS is trying to access by the version 4.8.3
> while the version of libgfortran that I have is 4.9.2
> 
> I installed FEniCS from the source by the command:
> 
> curl -s http://fenicsproject.org/fenics-install.sh | bash    
> 
> I am on Fedora 21. 
> 
> Shafa
> ________________________________________
> From: Jan Blechta <[email protected]>
> Sent: 20 April 2015 13:14
> To: Shafa Aria
> Cc: [email protected]
> Subject: Re: [FEniCS-support] Error message
> 
> 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