[CMake] Missing libgmp-10.dll

Bill Lorensen bill.lorensen at gmail.com
Fri Jun 3 16:34:28 EDT 2011


It makes a difference for me when running the cmake-gui. I have to
define a windows system Path not PATH. If I run from the msys shell,
everything is fine because the shell adds the proper path.

On Fri, Jun 3, 2011 at 11:23 AM, David Cole <david.cole at kitware.com> wrote:
> On Fri, Jun 3, 2011 at 8:10 AM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
>> My version is 3.18 and I have to add c:/MinGW/bin to my windows Path
>> otherwise the I get the missing dll error. I did not have to do this
>> in earlier mingw versions. Notice I set it in Path and not PATH.
>>
>
> Path and PATH are equivalent variable names in the plain old Windows
> command prompt. There is no case distinction when using the "set"
> command. Not sure if that holds up in the MSYS shell or not.
>
>
>> Bill
>>
>> On Thu, Jun 2, 2011 at 4:16 PM, Bill Hoffman <bill.hoffman at kitware.com> wrote:
>>> On 6/2/2011 4:01 PM, Lecourt Maxime wrote:
>>>>
>>>> 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.
>>>>
>>>
>>> Seems that MinGW changed something recently...  This is the second issue I
>>> have seen. It used to be they had all the dll and exe files in one
>>> directory, so that Windows could always find them.  What version of MinGW is
>>> causing the trouble?
>>>
>>> I have 5.16 and it does not have to be in the PATH.
>>>
>>> It works for me:
>>>
>>> The C compiler identification is GNU
>>> The CXX compiler identification is GNU
>>> Check for working C compiler: C:/MinGW/bin/gcc.exe
>>> Check for working C compiler: C:/MinGW/bin/gcc.exe -- works
>>> Detecting C compiler ABI info
>>> Detecting C compiler ABI info - done
>>> Check for working CXX compiler: C:/MinGW/bin/g++.exe
>>> Check for working CXX compiler: C:/MinGW/bin/g++.exe -- works
>>> Detecting CXX compiler ABI info
>>> Detecting CXX compiler ABI info - done
>>> Configuring done
>>>
>>> -Bill
>>> _______________________________________________
>>> 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
>>>
>> _______________________________________________
>> 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
>>
>


More information about the CMake mailing list