libart_lgpl 2.3.18+ breaks kdelibs3
Thiago Macieira
thiago at kde.org
Thu Mar 1 16:16:49 GMT 2007
Michael Nottebrock wrote:
>./.libs/libkdecore.so: undefined reference to `art_alloc(unsigned int)'
>./.libs/libkdecore.so: undefined reference to `art_free(void*)'
>./.libs/libkdecore.so: undefined reference to `art_realloc(void*,
> unsigned int)'
>
>Does anyone have a workaround/patch?
We don't call these functions anywhere from kdecore.
Can you tell us which .o file from the kdecore build references those
functions?
for f in kdecore/.libs/*.o; do nm -C $f | grep -q art_alloc && echo $f;
done
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20070301/ff6958f9/attachment.sig>
More information about the kde-core-devel
mailing list