Summary: | compilation error at juk compilation | ||
---|---|---|---|
Product: | [Applications] juk | Reporter: | Andreas Boland <Bone13> |
Component: | general | Assignee: | Scott Wheeler <wheeler> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andreas Boland
2004-04-18 00:46:39 UTC
Well, this is probably something broken in the toolchain (gcc, ld, or such). It's apparently finding the appropriate libraries and their headers but for some reason isn't linking them in. This is a problem with the Debian packages. I'm not sure what they contain, but a valid shared library isn't among them. ;-) (I worked through this issue with another developer trying to use TagLib on Debain.) You'll probably notice that "nm -C /usr/lib/libtag.so" doesn't contain anything. For him building TagLib by hand fixed things. You should report this to the Debian package maintainer. |