Yo.
I'm trying to add FreeType support to my Apache->PHP->GDLib combo on MacOSX. I've gotten gdlib built (with png and jpeg), and it works like a champ under PHP 4.0.6, but I can't get freetype to make, I get this error immediately upon "make setup":
cd builds/unix; ./configure
zsh: no such file or directory: ./configure
make: *** [unix-def.mk] Error 1
I made sure that the file does actually exist, and it does in that directory...make can't find it. make -v confirms I'm using GNU Make 3.79.
What gives? Is there a helpful page for FreeType installation under MacOSX like I found for PHP and GD? I've looked on here and done Google searches, with limited success and nothing that explains what I must be doing wrong.
Please help.
Joe