Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL auto-link and gmp vs MS Visual C++

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL auto-link and gmp vs MS Visual C++


Chronological Thread 
  • From: "Fernando Cacciola" <>
  • To: <>
  • Subject: Re: [cgal-discuss] CGAL auto-link and gmp vs MS Visual C++
  • Date: Fri, 12 Oct 2007 18:58:02 -0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:from:to:references:in-reply-to:subject:date:organization:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=D6nxtcdfDZHu8z9M9IhrhObqySn5aTdgyiZgF6cRUHy7Zxj8zNp9LmGxF+SBHMGavAvg/NWKThUUCCXT0xWZJA0BbE3u52JQ1RWMDdqqHykLL0XnskjE2/I/7q7iKyds2O7CYEzjkjfkntrYJ3af1A8sBfyDM67IgeTYtKoyHas=
  • Organization: SciSoft

Segall, Edward wrote:

What do you recommend for a user who needs to do development in the
Visual IDE, and also create release builds from the command line?

This really depends on your command line enviroment and how do you want it to relate to the IDE builds.

Which command line do you use? (cmd or cygwin)

What tools do you use in the command line (simple makefiles? auotools?)

Does the build fom the command line need to use the libraries generated by the IDE build? or are these parallel independent build lines?

IIUC correctly you can create makefiles suitable for command line builds FROM a solution loaded in the IDE.

If run the windows installer and choose to download the gmp precompiled libraries, it should be sufficient to store them in the search path to cause auto-linking to work.

Alternatively, you can just disable auto-linking entirely if you whish, by defining

CGAL_NO_AUTOLINK (disables it for all libs)

or

CGAL_NO_AUTOLINK_GMP and CGAL_NO_AUTOLINK_MPFR (disbles it for gmp/mpfr only)

HTH

Fernando Cacciola
GeometryFactory



Archive powered by MHonArc 2.6.16.

Top of Page