Re: [PHP-DEV] php 4.1.1 Darwin shared apache builds

2002-02-18 Thread Dan Kalowsky
> No, no, no. Not *that* one yytext duplicate symbol message. A ton > of duplicate symbol messages for each symbol in .al's. That's what I'm > talking about. All libraries get added twice and that drives cc crazy and > brings duplicate messages. Okay, I'm on the same page now. I haven't built th

Re: [PHP-DEV] php 4.1.1 Darwin shared apache builds

2002-02-18 Thread Brad House
What needs to happen, is a modification to aclocal.m4 Also, ./configure --without-pear Here is the updated aclocal.m4 attached. -Brad Stanislav Malyshev wrote: > DK>> This has been a problem for awhile actually. Someone posted to the > DK>> list awhile back the best solution to the duplicate

Re: [PHP-DEV] php 4.1.1 Darwin shared apache builds

2002-02-18 Thread Stanislav Malyshev
DK>> This has been a problem for awhile actually. Someone posted to the DK>> list awhile back the best solution to the duplicate symbol message, DK>> removing an entry of yytext from the zend_language_scanner.c. After DK>> talking with Zeev this proved to be a bit more difficult then DK>> expect

Re: [PHP-DEV] php 4.1.1 Darwin shared apache builds

2002-02-18 Thread Dan Kalowsky
Hey Stas, This has been a problem for awhile actually. Someone posted to the list awhile back the best solution to the duplicate symbol message, removing an entry of yytext from the zend_language_scanner.c. After talking with Zeev this proved to be a bit more difficult then expected (thanks to