From: Operating system: Linux PHP version: 5.3.5 Package: Compile Failure Bug Type: Bug Bug description:Incorrect predefined constant symbol causes link failure
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 bug report at http://bugs.php.net/bug.php?id=53832&edit=1 -- Try a snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=53832&r=trysnapshot52 Try a snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=53832&r=trysnapshot53 Try a snapshot (trunk): http://bugs.php.net/fix.php?id=53832&r=trysnapshottrunk Fixed in SVN: http://bugs.php.net/fix.php?id=53832&r=fixed Fixed in SVN and need be documented: http://bugs.php.net/fix.php?id=53832&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=53832&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=53832&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=53832&r=needscript Try newer version: http://bugs.php.net/fix.php?id=53832&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=53832&r=support Expected behavior: http://bugs.php.net/fix.php?id=53832&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=53832&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=53832&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=53832&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=53832&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=53832&r=dst IIS Stability: http://bugs.php.net/fix.php?id=53832&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=53832&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=53832&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=53832&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=53832&r=mysqlcfg
