Andrew Lentvorski wrote:
Today I got an error trying to compile Amarok. No big deal, right. Just fix the libraries and move on.

Wrong ... Command to execute the link at the end of this message. And that took me about 30 minutes of digging through wrapped build tools to finally extract.
>
ld: multiple definitions of symbol ___cmpdi2
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/libgcc.a(_cmpdi2.o) private external definition of ___cmpdi2 in section (__TEXT,__text) /usr/lib/gcc/powerpc-apple-darwin8/4.0.1/../../../libgcc_s.10.4.dylib(_cmpdi2_s.o) definition of ___cmpdi2

Hmm... looks pretty straightforward really. It's linking both the static and the shared library, and that's [EMAIL PROTECTED] things up.

Rather than moving to an entirely new development platform, just read up on autoconf and autotools and the whole thing tends to become pretty straightforward (amazingly).

--Chris

--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to