Eric Noulard wrote:
2007/9/28, David Cole <[EMAIL PROTECTED]>:
Isn't the "lib" prefix simply the default you would get if you built a
dll (even without cmake) with MinGW gcc?
That I don't really know.
But I would think that you _MUST_ specify the output name
using -o option just like you would with gcc when
you build a shared lib.
See for example for
cygwin:
http://www.cygwin.com/cygwin-ug-net/dll.html
or
mingw FAQ:
http://www.mingw.org/mingwfaq.shtml#faq-msvcdll
The lib prefix is so that gcc can automatically link to the library with
the usual -L -l stuff.
-Bill
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake