Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] Static gmp libraries for Windows


Chronological Thread 
  • From: Hamid G <>
  • To:
  • Subject: [cgal-discuss] Static gmp libraries for Windows
  • Date: Thu, 16 Jun 2011 16:05:44 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=bVAeB7Z93nFG+JuZ3LcMit9V0PNcqZXPGrEYWQucKsmNej2pbjBYyaBWvvT5WAxZMv qFV9YCDp/07+3F7UC5ElTOF1ew8sMa0q7xpAb14SczT/vBnxEMDt+bWZvNaawzFXUFkx tD+9jAOjbApyWIfR7UqWBYsu+tf6h+foPivBI=

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,



Archive powered by MHonArc 2.6.16.

Top of Page