Page 1 of 1

Extension compile in Win32 XP HELP!!

Posted: Tue Feb 04, 2003 11:48 am
by bznutz
Hey, I'm compiling php_imagik.dll in VisualC++ 6 and I figured out how to get all the necessary include files into the .dsp project that comes with the source distro but I can't for the life of me figure out what this "resolv.lib" file is. The compile errors out on that file because it can't find it. Well, neither can I. Anyone know what the hell it is?

I need the imagick extention for gif support on thumbnail generation.

Posted: Tue Feb 04, 2003 2:09 pm
by volka
you'll need some extra libraries to compile either php or an extension.
Read http://www.php.net/manual/en/install.wi ... dows.build
There are links to feasable archives.