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

Reply via email to