I've been struggling with this for days now, and 4.2.2 simply will not build
successfully on 10.2 (Jaguar). I have altered the sources with the changes
suggested by the patch available at www.entropy.ch, and that gets me a lot
farther along than before, but it still will not build.

Symptoms: 

Multiple symbol definitions of yytext in zend_ini_scanner.c and
zend_language_scanner.c

Several compiler warnings about improperly cast pointers and irrelevant
conditionals (i.e. always returning false)

Link phase goes nowhere. I just get a neverending stream of errors in the
general form of:

ld: multiple definitions of symbol _zendparse
Zend/.libs/libZend.al(zend_language_parser.lo) definition of _zendparse in
section (__TEXT,__text)
Zend/.libs/libZend.al(zend_language_parser.lo) definition of _zendparse in
section (__TEXT,__text)

It would seem that libtool is very, very broken by this recent release, and
I am not knowledgeable enough of its inner workings to put my finger on
precisely what it is that is going wrong. Any assistance anyone might be
able to provide would be greatly appreciated.

Thanks.


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to