Getting Makefile.PL to pick up iconv when installing AxKit
HI all,
I'm trying to install AxKit on Win32 (Windows XP, to be exact)...
I've got Apache, mod_perl etc., and other pre-requisites installed OK.
However, I'm having fun and games with iconv. When I run
perl Makefile.PL
in the AxKit install directory, I get the messages:
checking for iconv() in -liconv... no
checking for libiconv() in -liconv... no
checking for iconv() in -lc... no
I've got a binary Win32 Iconv downloaded, which has a lib and include
directory, but I don't know where to put this, and then how to tell
the Makefile.PL where to get it from when I do my
perl Makefile.PL
I'm sure it's simple (environment variable/argument to perl
Makefile.PL etc.) but I'm even simpler today!
Any pointers would be appreciated.
Thanks,
James
|