El 17/01/12 06:36, dormando escribió:
http://code.google.com/p/memcached/wiki/ReleaseNotes1411
We're having problems building this release with old GCC versions, for
example:
* RHEL-4 (GCC 3.4.6), on both 32 and 64 bits:
thread.c:98: warning: implicit declaration of function
`__sync_sub_and_fetch'
* RHEL-5 (GCC 4.1.2) fails only on 32 bits:
thread.c:83: undefined reference to `__sync_add_and_fetch_2'
* RHEL-6 (GCC 4.4.6) build OK on 32/64 bits
* Lenny (GCC 4.3.2) and Squeeze (GCC 4.4.5-8) build whithout problems
(only tested with amd64 boxes)
Full compilation output is available here:
https://gist.github.com/1626073
Regards,
--Santi