Edit report at https://bugs.php.net/bug.php?id=55231&edit=1

 ID:                 55231
 User updated by:    php at dactar dot ch
 Reported by:        php at dactar dot ch
 Summary:            Unsatisfied symbols __sync_fetch_and_add_4
 Status:             Closed
 Type:               Bug
 Package:            *Compile Issues
 Operating System:   HP-UX 11.11
 PHP Version:        5.3.7RC3
 Assigned To:        felipe
 Block user comment: N
 Private report:     N

 New Comment:

Perfect, thanks :)


Previous Comments:
------------------------------------------------------------------------
[2011-07-26 14:53:30] fel...@php.net

It's already in 5.3 branch.

Thanks.

------------------------------------------------------------------------
[2011-07-26 14:47:09] php at dactar dot ch

Hello felipe, 

I've tested your additionnal check and it's OK for me :)

Can you merge that for official next php 5.3.7 ?

Thanks :)

@++
JC

------------------------------------------------------------------------
[2011-07-22 21:09:13] fel...@php.net

I've added a check for HP-UX, GCC seems not have implemented 
__sync_fetch_and_add_4 for all targets.

------------------------------------------------------------------------
[2011-07-20 11:33:27] php at dactar dot ch

Hello, 

Sorry, with : 

#elif (defined(__GNUC__) && (__GNUC__ > 4 || \
    (__GNUC__ == 4 && (__GNUC_MINOR__ > 1 || (__GNUC_MINOR__ == 1 && 
__GNUC_PATCHLEVEL__ > 1)))))

it doesn't work ( Unresolved symbol: __sync_fetch_and_add_4 (code) )

I don't have the problem with : 


#elif (defined(__GNUC__) && (__GNUC__ >= 4 && __GNUC_MINOR__ >= 2))

Thanks

@++
JC

------------------------------------------------------------------------
[2011-07-19 18:12:07] fel...@php.net

Automatic comment from SVN on behalf of felipe
Revision: http://svn.php.net/viewvc/?view=revision&revision=313452
Log: - Fixed bug #55231 (Unsatisfied symbols __sync_fetch_and_add_4)

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


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=55231


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

Reply via email to