I'm trying to compile PHP 4.2.1 to run it on OSX 10.1.5 running Apache 1.3.26, which I compiled myself, so I didn't get it via SW Update (if it's even avail there..).
Anyway, ./configure seems to work alright. Then I 'make', it compiles various stuff for 20-30 minutes, but then this comes up:
/Users/linke/php/php-4.2.1/libtool: parse error: condition expected: xno = [3147]
ld: can't locate file for: -ldylib1.o
/usr/bin/libtool: internal link edit command failed
make[1]: *** [libphp4.la] Error 1
make: *** [all-recursive] Error 1
----
Anyone has any idea why, and what to do about it? Thanks