Hi,

I have set up an msys+mingw environment and want to build the current poppler library (with qt4 support). The include files for Qt are found from the configure script, but the libraries aren't. To be sure that the files are found, I hard copied them (c:\Qt\4.4.3\lib\*) under various pathes. One of them is /lib. So they should be found...

Is it possible that msys needs *.lib files? How to generate them out of the qt-src package (<- building them unter msys works perfekt)?


Thanks