Hello guys,
I'm trying to install an old version of FEniCS in ubuntu 12.04. I'm using this old version because I have already develop a source code with the aid of it and newer versions of FEniCS are not compatible with my code. The problem that I face is during the installation of dolfin. More specifically the system does not recognise the C compiler and I receive the following error:
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: CMAKE_C_COMPILER-NOTFOUND
Build flags:
Id flags:
The output was:
No such file or directory
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: CMAKE_C_COMPILER-NOTFOUND
Build flags:
Id flags: -c
The output was:
No such file or directory
Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler: CMAKE_C_COMPILER-NOTFOUND
Build flags:
Id flags: -Aa
The output was:
No such file or directory
Does anyone has any idea how to overcome this problem.
Thank you!!