[redis-2.6.12]# make MALLOC=libc 32bit
........
CC sentinel.o
LINK redis-server
zmalloc.o: In function zmalloc_used_memory': /mnt/tmp/redis-2.6.12/src/zmalloc.c:223: undefined reference to__sync_add_and_fetch_4'
collect2: ld 返回 1
make[2]: *** [redis-server] 错误 1
make[2]: Leaving directory /mnt/tmp/redis-2.6.12/src' make[1]: *** [32bit] 错误 2 make[1]: Leaving directory/mnt/tmp/redis-2.6.12/src'
make: *** [32bit] 错误 2