Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: include all libraries into program

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: include all libraries into program


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: include all libraries into program
  • Date: Tue, 05 Oct 2010 17:59:22 +0200

pascal8361 wrote:
Hello

in the meantime I managed to include, the CGAL libs statically (with .a
files) and the filesize doubled.

But there is still a problem as I can not execute the program on another
operating system.

(probably a problem with qt or some other library - i have no idea) ...

can anyone help me????

best
ps
What is your platform, compiler?

if you are using gcc, have a look at the -static and -static-libgcc options. You can try the strip command to reduce to save some space.

S.



Archive powered by MHonArc 2.6.16.

Top of Page