Edit report at http://bugs.php.net/bug.php?id=53832&edit=1
ID: 53832 Updated by: fel...@php.net Reported by: shd at earthling dot net Summary: Incorrect predefined constant symbol causes link failure -Status: Open +Status: Bogus Type: Bug Package: Compile Failure Operating System: Linux PHP Version: 5.3.5 Block user comment: N Private report: N New Comment: This already has been fixed. (Dec 12) http://svn.php.net/viewvc?view=revision&revision=306305 Thanks anyways! :) Previous Comments: ------------------------------------------------------------------------ [2011-01-24 23:37:32] shd at earthling dot net Description: ------------ Compilation will fail with errors: ext/standard/php_crypt_r.c:100: undefined reference to `membar_producer' ext/standard/php_crypt_r.c:101: undefined reference to `atomic_add_int' collect2: ld returned 1 exit status due to a reference to __GNUC_MINOR in that file. The correct predefined constant is named __GNUC_MINOR__ Small patch (attached) fixes this and compilation and linking succeed normally. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53832&edit=1