晓山青青 发表于 2015-7-21 12:46:55

centOS5下安装redis make报错

  1:/tmp/redis-2.6.14/src/zmalloc.c:223:undefined reference to '__sync_add_and_fetch'
  make时加参数:



make CFLAGS= -march=i686(这个根据情况填写参数值)

  2:make: Warning: File `.make-settings' has modification time 8.3e+02 s in t....'
  修改文件修改时间:



find |axvf touch
touch .make-settings

  
  
页: [1]
查看完整版本: centOS5下安装redis make报错