Edit report at https://bugs.php.net/bug.php?id=55707&edit=1
ID: 55707 Updated by: fel...@php.net Reported by: techsup at pab dot eu Summary: undefined reference to `__sync_fetch_and_add_4' on Linux parisc -Status: Open +Status: Closed Type: Bug Package: Compile Failure Operating System: Linux Debian 5.0.6 PHP Version: 5.3.8 -Assigned To: +Assigned To: felipe Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2011-09-17 00:05:15] fel...@php.net Automatic comment from SVN on behalf of felipe Revision: http://svn.php.net/viewvc/?view=revision&revision=316886 Log: - Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux parisc) ------------------------------------------------------------------------ [2011-09-16 09:03:38] techsup at pab dot eu Description: ------------ same as Bug #55231 , with Linux instead of HP-UX, gcc-4.3 on PA-RISC 2.0 CPU family, undefined reference to `__sync_fetch_and_add_4' Test script: --------------- ./configure --prefix=/vrumm/php5 \ --with-apxs2=/vrumm/apache/bin/apxs \ --with-pdo-mysql \ --with-mysql=/usr \ --with-mysqli=/usr/bin/mysql_config \ --enable-zip \ --with-zlib-dir=/usr/lib/ \ --with-gd \ --enable-gd-native-ttf \ --with-gettext \ --enable-calendar \ --enable-exif \ --with-iconv \ --enable-mbstring \ --with-openssl \ --with-pear Expected result: ---------------- results in error at link stage: ext/standard/.libs/php_crypt_r.o: In function `_crypt_extended_init_r': /usr/local/src/php-5.3.8/ext/standard/php_crypt_r.c:99: undefined reference to `__sync_fetch_and_add_4' ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55707&edit=1