That's how MinGW names libraries. If you want .lib file, try this: http://www.mingw.org/mingwfaq.shtml#faq-msvcdll
That's how MinGW names libraries. If you want .lib file, try this: http://www.mingw.org/mingwfaq.shtml#faq-msvcdll
Amanda (10th November 2006)
Thank you for your reply. However, msvcdll builds a dll for Microsoft Visual C++. I don't want to build a dynamic library, I'm building a static library. Also, I'm using Eclipse with MinGW not Microsoft Visual C++.
I thought lib<name>.a is the naming convention for a static library on Unix. Therefore, I assumed I am not building my library correctly on a Win32 platform - is that assumption correct?
Thanks,
Amanda
Amanda (10th November 2006)
So the build was successful, and I can just rename lib<name>.a to <name>.lib?
Amanda
Bookmarks