Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Error building examples

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Error building examples


Chronological Thread 
  • From: Joachim Reichel <>
  • To:
  • Subject: Re: [cgal-discuss] Error building examples
  • Date: Wed, 18 Aug 2010 08:36:25 +0200

Hi,

Andres E. Prato wrote:
> I have problemas with CGAL - examples.
> I am new and starting with CGAL, and I cant compile the examples, I did:

please don't reply to other thread if you have unrelated problems, start a new
thread instead.

> cmake .
>
> When I do make:
> After a wile....
> .....
> Linking CXX executable mesh_global
> [ 38%] Built target mesh_global
> Scanning dependencies of target mesh_with_seeds
> [ 39%] Building CXX object
> Mesh_2/CMakeFiles/mesh_with_seeds.dir/mesh_with_seeds.o
> Linking CXX executable mesh_with_seeds
> [ 39%] Built target mesh_with_seeds
> Scanning dependencies of target mesh_3D_image
> [ 39%] Building CXX object
> Mesh_3/CMakeFiles/mesh_3D_image.dir/mesh_3D_image.o
> c++: Internal error: Terminado (killed) (program cc1plus)
> Please submit a full bug report.
> See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
> make[2]: *** [Mesh_3/CMakeFiles/mesh_3D_image.dir/mesh_3D_image.o] Error 1
> make[1]: *** [Mesh_3/CMakeFiles/mesh_3D_image.dir/all] Error 2
> make: *** [all] Error 2

Your compiler process got killed. Maybe you don't have enough free memory? Can
you check whether /var/log/syslog contains any messages about killed
processes?

Joachim



Archive powered by MHonArc 2.6.16.

Top of Page