in reply to problem building Image::EXIF

Why did you issue make if nmake is your make program?(perl -V:make
Did you see "Note (probably harmless): No library found for '-lexif'"?
Do you have libexif? (the README lists it as a requirement)
From what I can see, libexif does not yet come in win32 flavor. Have fun ;)

Tutorials -> Writing, Installing, and Using Perl Modules -> A Practical Guide to Compiling C based Modules under ActiveState using Microsoft C++

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re: Re: problem with a CPAN module
by John M. Dlugosz (Monsignor) on Aug 13, 2003 at 15:07 UTC
    I saw that "possibly harmless" warning, but didn't understand it. I thought it had something to do with the way the module is packaged, not with a prerequisite.

    not yet a win32 flavor: ah, well, that's it then.

    —John