Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Static gmp libraries for Windows

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Static gmp libraries for Windows


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] Static gmp libraries for Windows
  • Date: Fri, 17 Jun 2011 07:17:40 +0200
  • Organization: GeometryFactory

On 16/06/2011 22:05, Hamid G wrote:
Hi

I was wondering if you guys could also provide static gmp libraries with
CGAL's Windows installer.
Right now, libgmp.lib is an import library that calls libgmp.dll so I
can not create a truly standalone executable application.

As a side question, is it possible to combine an import library with its
.dll so when I link my code against it, I get a full static executable
that doesn't need a separate .dll to be shipped with it.

thanks in advance,


Hamid,

GMP is distriuted under the LGPL, and it must be a dll according
to this open source license.

I would like to remind you that CGAL is also distributed under an
open source license, which is even stronger than the LGPL: If
you distribute binaries you also have to distribute the source
code of your application as open source software. Otherwise,
you need a commercial license for the CGAL components you use.

Best regards,

Andreas

--
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project

phone: +33.492.954.912 skype: andreas.fabri



Archive powered by MHonArc 2.6.16.

Top of Page