[Qt-interest] Error trying to link .lib file
Thiago Macieira
thiago.macieira at trolltech.com
Sat Apr 25 19:04:22 CEST 2009
fungos wrote:
>I'm trying to use a library that is .lib (DevIL Image Library). My .pro
> is this:
[snip]
>And when I try to build it wont find references to DevIL functions:
>
>Starting: C:/Qt/2009.02/mingw/bin/mingw32-make.exe -w
[snip]
>What is wrong there?
You're using MinGW. Or you're using .lib. One of those two is your error.
MinGW uses .a. MSVC uses .lib.
I don't know if mingw provides a tool to convert from a .lib to a .a that
the GNU linker can use.
--
Thiago Macieira - thiago.macieira (AT) nokia.com
Senior Product Manager - Nokia, Qt Software
Sandakerveien 116, NO-0402 Oslo, Norway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090425/d8f370e3/attachment.bin
More information about the Qt-interest-old
mailing list