[bt-devel] Build problem - libpng
Martin Gruner
bt-devel@crosswire.org
Tue, 2 Jul 2002 14:57:48 +0200
http://publink.webartists.net/pipermail/quanta/2002-May/000215.html
> Now i still get the same result, but package manager only reports
> libpng3-devl.
I assume you have now libpng2, libpng3 and libpng3-devl. The problem might be
that the linker does not realize it should link to libpng3 since BT compiles
with the headers of libpng3-devl.
Following the mail I referenced, I'd suggest that you remove libpng2* (headers
and libs). If that does not work, go back to libpng2 and throw away all
libpng3* stuff.
No idea of the internals here, though.
Martin