Francois Gouget fgouget@codeweavers.com writes:
Blastwave's 'gphoto2-config --libs' does not say that we need to link with libintl.so when linking with libgphoto2.so. In a way it's normal as this dependency does not come from libgphoto2 itself, but from one of the libraries it links with. I don't think libintl is available everywhere so I made this patch that first tries to link without it, and then again with.
I think that should be fixed in Blastwave. The whole point of having a config --libs script is to return the necessary paths and dependencies.