-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bartosz Fabianowski wrote:
>>> _Z7qstrcmpRK10QByteArrayPKc : qstrcmp(QByteArray const&, char
>>> const*)
>> I can't locate any library having such a symbol (after a LOT of
>> searching)
>
> nm /usr/local/lib/qt4/libQtCore.so | grep _Z7qstrcmpRK10QByte
>> _Z7qstrcmpRK10QByteArrayPKc : qstrcmp(QByteArray const&, char
>> const*)
>
> I can't locate any library having such a symbol (after a LOT of
> searching)
nm /usr/local/lib/qt4/libQtCore.so | grep _Z7qstrcmpRK10QByteArrayPKc
0006ee40 T _Z7qstrcmpRK10QByteArrayPKc
The symbol is provided by libQ
As qstrcmp looks like Qt4 symbol, I looked at `ldd /usr/local/bin/automoc4`:
libQtCore.so.4 => /usr/local/lib/qt4/libQtCore.so.4 (0x28087000)
and `objdump -x /usr/local/lib/qt4/libQtCore.so.4 | grep qstrcmp | c++filt`:
0006ee10 __float128 F .text 006f
qstrcmp(QByteArray const&, char
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck Robey wrote:
> [resend after joining list]
>
> I'm trying to install kde4, but I keep on hitting my head against a missing
> symbol. Starting with kdelibs4, that needs a binary, /usr/local/bin/automoc4,
> but that binary is missing this symbol: