[CMake] Missing libgmp-10.dll

Lecourt Maxime maxime.lecourt at gmail.com
Thu Jun 2 16:01:18 EDT 2011


Hi,

when you install MinGW, the minGW/bin directory is not added to the PATH 
variable.
So you need to add your minGW/bin directory to your path variable, so 
CMake can find the needed libraries.

Maxime

Le 02/06/2011 21:52, Julien Lemay a écrit :
> Hello,
>
> I recently started using CMake, and I'm trying to build a Code::Blocks 
> MinGW project.
>
> I downloaded CMake 2.8.4 for Windows 32-bit; my Windows version is 
> 64-bit, but it seems that shouldn't cause problems.
>
> Using the CMake GUI, I'm trying to build a project, but I keep getting 
> the same error message: apparently, CMake is missing libgmp-10.dll.
>
> I believe the file CMake is looking for is in the MinGW/bin folder. I 
> think I'm supposed to somehow link it in the GUI window, but I'm not 
> sure how.
>
>
> Do I have to add a cache entry? If so, what do I need to specify?
>
>
> Thank you.
>
> Latin1
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110602/371433d4/attachment.htm>


More information about the CMake mailing list