Skip to Content.
Sympa Menu

cgal-discuss - Re: AW: [cgal-discuss] LNK2005 error on DLL and LIB conflict

Subject: CGAL users discussion list

List archive

Re: AW: [cgal-discuss] LNK2005 error on DLL and LIB conflict


Chronological Thread 
  • From: "Laurent Rineau (CGAL/GeometryFactory)" <>
  • To:
  • Subject: Re: AW: [cgal-discuss] LNK2005 error on DLL and LIB conflict
  • Date: Wed, 22 Aug 2012 10:08:57 +0200
  • Organization: GeometryFactory

Le mardi 21 août 2012 17:09:28 Christian Asche a écrit :
> This works fine for the compilation. Now I get a runtime error saying
> "ordinal 536 could not be located in libgmp-10.lib".

Are you sure the error was not about libgmp-10.dll (*DLL*)? In that case it
means that the libgmp-10.dll that is found at runtime in the PATH is not
compatible with the libgmp.lib that was used to link the binary. That is
strange. Do you have several libgmp-10.dll around? That could be a mix with
different types (32/64 bits, for example).

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




Archive powered by MHonArc 2.6.18.

Top of Page