packaging issue with qt-mingw-4.3.0b-7
Ralf Habacker
ralf.habacker at freenet.de
Tue Apr 17 12:32:31 CEST 2007
Dapuzz schrieb:
> Ralf Habacker <ralf.habacker at freenet.de> wrote:
>
>> Hi,
>>
>> I announced that qt-mingw-4.3.0b-7 would use a 'lib' prefix to qt dll's
>> to be able to install msvc and mingw binaries on the same installation
>> dir.
>> Due to a packaging error this bin package does not have dll using the
>> 'lib' prefix.
>>
>>
>
> Sorry if this is off-topic, but i noticed same issue with (lib)ssleay32
> from OpenSSL.
> May be your patch here
> (http://mail.kde.org/pipermail/kde-windows/attachments/20070402/4e3b7195/attachment.ksh)
> needs some corrections for mingw?
>
You mean in the way
+ win32-g++:LIBS += -L\"$$OPENSSL_INSTALL_DIR/lib\" -leay32 \"$$OPENSSL_INSTALL_DIR/lib\ssleay32.a\"
because ssleay32.a isn't a valid import library name for mingw, where libssleay32.a would be ?
According to ld search list
attempt to open c:\Programme\kdewin-mingw\lib/libssleay32.dll.a failed
attempt to open c:\Programme\kdewin-mingw\lib/ssleay32.dll.a failed
attempt to open c:\Programme\kdewin-mingw\lib/libssleay32.a failed
attempt to open c:\Programme\kdewin-mingw\lib/libssleay32.dll failed
attempt to open c:\Programme\kdewin-mingw\lib/ssleay32.dll failed
attempt to open c:\Programme\kdewin-mingw\lib\libssleay32.a failed
it could also be
+ win32-g++:LIBS += -L\"$$OPENSSL_INSTALL_DIR/lib\" -leay32 -L\"$$OPENSSL_INSTALL_DIR/bin\" -lssleay32
which would take the dll directly.
Ralf
More information about the Kde-windows
mailing list