← Back to team overview

cuneiform team mailing list archive

Re: Question: can you help me disable 'lib' prefix for libraries in MinGW?

 

On Thu, Feb 19, 2009 at 9:10 AM, Dmitry Polevoy
<openocr.polevoy@xxxxxxxxx> wrote:

> Can you help me disable 'lib' prefix for libraries in MinGW? If libraries
> have same names I can mix MinGW and MSVC versions to fix bugs.

Mixing those is usually very, very dangerous unless you really know
what you are doing. MSVC and MinGW are not ABI compatible at least not
for C++, they use different debug symbol format and so on.

That said, this page tells what variables influence library filenames.
I have not tried changing them myself:

http://www.cmake.org/Wiki/CMake_Useful_Variables



References