ID:               44462
 Updated by:       [EMAIL PROTECTED]
 Reported By:      graham+php at nexopia dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: OSX
 PHP Version:      5.2.5
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.2-win32-installer-latest.msi




Previous Comments:
------------------------------------------------------------------------

[2008-03-17 22:06:38] graham+php at nexopia dot com

Description:
------------
If you try to compile php with the embed sapi on OSX, you get an error
about duplicate symbols for yytext.

Reproduce code:
---------------
./configure --enable-embed
make




Expected result:
----------------
Finish compiling

Actual result:
--------------
make: *** [sapi/cli/php] Error 1
make: *** Waiting for unfinished jobs....
ld: warning, duplicate dylib /usr/lib/libm.dylib
ld: duplicate symbol _yytext in Zend/.libs/zend_ini_scanner.o and
Zend/.libs/zend_language_scanner.o

collect2: ld returned 1 exit status
make: *** [libphp5.la] Error 1


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=44462&edit=1

Reply via email to