Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] linker error in cgal example

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] linker error in cgal example


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] linker error in cgal example
  • Date: Fri, 11 Dec 2009 00:11:42 +0100
  • Organization: GeometryFactory

Le jeudi 10 décembre 2009 19:00:53, tina rumi a écrit :
> Hi Laurent,
>
> Thank you for your reply. I tried with the cmake too but still same errors.
> I even addressed all the lib files in my code individually and still have
> same error. I am guessing the problem is not finding library. maybe I am
> missing some of the lib file. I have following files :
>
> "C:\CGAL\CGAL-3.5\auxiliary\gmp\lib" :
> gmp-vc90-mt.lib
> gmp-vc90-mt-gd.lib
> gmp-vc90-mt-s.lib
> gmp-vc90-mt-sgd.lib
> mpfr-vc90-mt.lib
> mpfr-vc90-mt-gd.lib
> mpfr-vc90-mt-s.lib
> mpfr-vc90-mt-sgd.lib
>
> gmp-vc90-mt.dll
> gmp-vc90-mt-gd.dll
> mpfr-vc90-mt.dll
> mpfr-vc90-mt-gd.dll
>
> and in "C:\CGAL\CGAL-3.5\auxiliary\gmp\include" :
> gmp.h
> mpfr.h
>
> Is there any file missing? I really appreciate your help, I don't know what
> else should I do.

There is something strange. We need more information to understand. What
version of the MSVS C++ Compiler do you use? Have you installed MSVS service
packs?

Can you retry to compile the same program with the cpp macro
CGAL_LIB_DIAGNOSTIC defined, and give use the full compilation log (that
should
then display the list of auto-linked CGAL libraries).

Same question for Pierre, who also seems to have problems with Visual and GMP.

--
Laurent Rineau, PhD
Release Manager of the CGAL Project http://www.cgal.org/
R&D Engineer at GeometryFactory http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page