--nextPart8465855.cV79RBW31B Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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=20 functions? for f in kdecore/.libs/*.o; do nm -C $f | grep -q art_alloc && echo $f;=20 done =2D-=20 =A0 Thiago Macieira =A0- =A0thiago (AT) macieira.info - thiago (AT) kde.org =A0 =A0 PGP/GPG: 0x6EF45358; fingerprint: =A0 =A0 E067 918B B660 DBD1 105C =A0966C 33F5 F005 6EF4 5358 --nextPart8465855.cV79RBW31B Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBF5vxyM/XwBW70U1gRAl4iAJ43Bhh/hqIRlbmSlXIEybKTK5tslgCgtbNu nCQtIFrFUFWs/tYCNjhxWxk= =6AHC -----END PGP SIGNATURE----- --nextPart8465855.cV79RBW31B--