Jacques FEJOZ wrote:
I have installed libexif with fink. Now I would like to install the libgphoto2 library (which is not supported by fink). The
config.log contains the following 2 lines:
configure:28918: checking for libexif using pkg-config configure:28933: result: no (http://www.sourceforge.net/projects/libexif)
I cannot find in which directory fink put the libexif library and which directory I should give as an option to ./configure (--with-exif-prefix=/sw/?).
Best,
Jacques
You can locate the files installed by a package via
dpkg -L <packagename>
i.e. in your case "dpkg -L libexif-shlibs".
--AH
------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
