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: Tom Kazimiers <>
  • To:
  • Subject: Re: [cgal-discuss] Linker errors in CGAL 3.4 examples?
  • Date: Thu, 05 Mar 2009 21:59:09 +0100

Hi Fernando,

thanks for your answer. Why do you think I used the old installer
system? Actually, I did not use it. I installed CGAL, like you said, via
NSIS.
Then I installed CMake and used the cmake command line tool to generate
the solution, project and configuration files and then, compiled it.
On of the generated projects was named INSTALL and did copy all the
relevant (headers and libs) to the via the prefic set path.
And I did use the link you posted as instructions.

So what could it be else?

Regards,
Tom

Fernando Cacciola schrieb:
> Hi Tom,
>
>> Previously, I compiled and installed CGAL 3.4 with Visual studio 2008.
>>
>> My Include-Dirs are:
>> $(CGALROOT)\include
>> $(CGALROOT)\auxiliary\gmp\include
>> $(BOOSTROOT)
>>
>> And my Linker-Dirs are:
>> $(CGALROOT)\lib
>> $(CGALROOT)\auxiliary\gmp\lib
>> $(BOOSTROOT)\lib
>>
>
> That suggests that you are using the same building system of CGAL
> 3.3.1 (i.e. the solution projects distributed within the NSIS installer)
>
> CGAL 3.4 uses CMake instead, where the .sln is generated based on your
> system.
>
> Please follow the new installation instructions here:
>
> http://www.cgal.org/Manual/3.4/doc_html/installation_manual/Chapter_installation_manual.html
>
>
>
> HTH
>
> Fernando Cacciola
> www.geometryfactory.com
>




Archive powered by MHonArc 2.6.16.

Top of Page