Jacques FEJOZ wrote: []
configure:28918: checking for libexif using pkg-config configure:28933: result: no (http://www.sourceforge.net/projects/libexif)
Do you have both libexif-dev and libexif-shlibs installed? You (and the configure script) should be able to run
pkg-config libexif --libs --cflags
and get the answer
-I/sw/include/libexif -I/sw/include -L/sw/lib -lexif -lm
This makes defining --with-exif-prefix superfluous.
-- Martin
------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
