Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Linker errors in CGAL 3.4 examples?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Linker errors in CGAL 3.4 examples?


Chronological Thread 
  • From: Fernando Cacciola <>
  • To:
  • Subject: Re: [cgal-discuss] Linker errors in CGAL 3.4 examples?
  • Date: Thu, 05 Mar 2009 19:12:11 -0200

Hi Tom,

Hi Fernando,

thanks for your answer. Why do you think I used the old installer
system?

Because of this:

>>> $(CGALROOT)\include
>>> $(CGALROOT)\auxiliary\gmp\include
>>> $(BOOSTROOT)
>>>
>>> And my Linker-Dirs are:
>>> $(CGALROOT)\lib
>>> $(CGALROOT)\auxiliary\gmp\lib
>>> $(BOOSTROOT)\lib

That doesn't look quite like the set of directories that a project file generated via CMake would contain.

In fact, it looks exactly like the setup used in CGAL 3.3.1


Could those be in your gobal IDE settings rather than the cmake generated solution?


In windows, the gmp libs (which are producing your linker errors) are auto-linked, but the libs directory must be correct.



So what could it be else?
>
Can you post the output from cmake just to be sure there is nothing odd going on?

HTH

--
Fernando Cacciola
www.geometryfactory.com





Archive powered by MHonArc 2.6.16.

Top of Page