> Von: Braddock Gaskill > I am unable to use static GnuWin32 libraries using the lib*.a naming > convention with an MSVC 8 2005 target. > .a libraries are static libraries for MinGW. When you're using msvc you have to link against .lib. It sometimes works that msvc can also link against a .a but that's not intented and therefore cmake doesn't allow it.
Christian -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01 _______________________________________________ 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
