Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] reduce compile time

Subject: CGAL users discussion list

List archive

[cgal-discuss] reduce compile time


Chronological Thread 
  • From: Ramin H <>
  • To:
  • Subject: [cgal-discuss] reduce compile time
  • Date: Tue, 8 Dec 2009 11:39:48 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=aGh3/QDShyeDsXFwHLDYs+JT2U2eWLCMmcJWCAR2THML+DX/A5KX/p9+UovG13o+wg Iyav193UEE5Vb2dCQvel8kiicr2/+D4KsJmB81KMyMqU4rn94UdlSWIYeOe2jT65UYCs z1tIqW0qlK7AcPmDizskTfGrd7iCqe0aEGYZY=

Hi everyone,

I have GCC 4.4.1, CGAL 3.5, Ubuntu 9.10 running in a VMware virtual
machine, AMD Turion64-X2 processor and 1GB of RAM assigned to this
virtual machine.

Compiling classes that contain CGAL code take an incredible amount of
time. For example, compiling
CGAL-3.5/examples/Mesh_3/mesh_polyhedral_domain.cpp takes about 10
minutes to complete on my machine.

This means, each time I change anything in this file, I have to wait
10 minutes for the code in this file to get compiled. Now, if I have 2
or 3 classes with CGAL code, if I change anything in those files, I
have to wait even longer for the whole code to compile.

Is this normal? Is there any trick to reduce compile time?

Thank you,
-Ramin



Archive powered by MHonArc 2.6.16.

Top of Page