Errors related to Exiv
Added by Giovanni Mugnai almost 9 years ago
Hi,
Today i've built exiv2 on Haiku.
I have all dependencies correctly installed (zlib, gettext, libiconv and expat).
Configure and make end fine, without errors. I found error when i try to compile applications which uses Exiv.
This is the full output of configure and make of Exiv: [[http://pastebin.com/dKj5eHx2]] as we can see there are no errors.
But I always get error about Exiv when i attempt to build applications which uses Exiv: [[http://pastebin.com/fSVw7KvQ]]
This is just an example, but the errors are always the same with every app which need exiv: i got errors about "undefined refernces" on exiv about compress2, crc32, libiconv and xml. All these others components (zlib, iconv, gettext and expat) are correctly installed on my system because i've used them for others things.
If i do make samples inside exiv2-0.23/samples folder I don't see nothing of strange.
What can i do?
Best regards.