Skip to Content.
Sympa Menu

cgal-discuss - compile stand-alone program

Subject: CGAL users discussion list

List archive

compile stand-alone program


Chronological Thread 
  • From: Qianqian Fang <>
  • To:
  • Subject: compile stand-alone program
  • Date: Fri, 28 Mar 2008 11:11:10 -0400

hi

I found the "surface mesh simplification" in CGAL is a very useful
for feature one of my projects. I downloaded CGAL-demo and
compiled the code under examples/Surface_mesh_simplification,
it works well. However, I copied the binary to my office machine,
it complains and failed to start. Using ldd, I found there are many
libraries are missing.

Because I am not a superuser for my office machine, I can not
install all the libraries (tens of them). I would like to compile a
stand-alone version of the mesh-simplification binary and run
it on all i386 compatible Linux. I am wondering if there an option
that I can compile the code with static linking only, or other
better ways of making it stand-alone?

thanks!

Qianqian



Archive powered by MHonArc 2.6.16.

Top of Page