My guess is that you don't have enough memory to compile DOLFIN with CGAL support. You can disable CGAL with -DDOLFIN_ENABLE_CGAL:BOOL=OFF when running cmake.
Johannes On Oct 8, 2014 5:35 PM, "André Timótheo" <[email protected]> wrote: > I try the make install comand... > > c++: internal compiler error: Killed (program cc1plus) > Please submit a full bug report, > with preprocessed source if appropriate. > See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions. > make[2]: *** > [dolfin/CMakeFiles/dolfin.dir/generation/CSGCGALMeshGenerator3D.cpp.o] > Error 4 > make[1]: *** [dolfin/CMakeFiles/dolfin.dir/all] Error 2 > make: *** [all] Error 2 > > How can I solve it? > > Andre Timotheo > > ---------- Forwarded message ---------- > From: André Timótheo <[email protected]> > Date: 2014-10-08 10:19 GMT-03:00 > Subject: Fwd: [FEniCS] dolfin Configuring incomplete, errors occurred! > To: [email protected] > > > thank you very much! > > Andre Machado > > > Subject: Re: [FEniCS] dolfin Configuring incomplete, errors occurred! > To: André Timótheo <[email protected]> > Cc: FEniCS Project <[email protected]> > > > > On Tue, Oct 7, 2014 at 11:48 PM, André Timótheo <[email protected]> > wrote: > > I am trying to install Dolfin from https://github.com/FEniCS/dolfin > > and there are some problems: > > > > -- Copying demo and test data to build directory. > > -- ---------------------------------------------- > > CMake Error at CMakeLists.txt:898 (message): > > Copy demo data failed: > > > > Traceback (most recent call last): > > > > File > > > "/home/parallels/Downloads/dolfin-master/cmake/scripts/copy-test-demo-data", > > line 70, in <module> > > copy_data(sys.argv[-1]) > > File > > > "/home/parallels/Downloads/dolfin-master/cmake/scripts/copy-test-demo-data", > > line 47, in copy_data > > raise RuntimeError("destination directory cannot be the same as "\ > > > > RuntimeError: destination directory cannot be the same as the dolfin > > source > > directory > > > > -- Configuring incomplete, errors occurred! > > Create a build directory and run cmake in that directory. For > instance, in the DOLFIN source directory, do: > > mkdir build > cd build > cmake .. > > Johannes > > >
_______________________________________________ fenics mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics
