google / guetzli

Perceptual JPEG encoder
Apache License 2.0
12.92k stars 976 forks source link

centos 6.6 make error(guetzli is not supporting centos6?) #194

Open zqxy32 opened 7 years ago

zqxy32 commented 7 years ago

/tmp/cc1SPaAJ.s: Assembler messages: /tmp/cc1SPaAJ.s:69: Error: expecting string instruction after rep' /tmp/cc1SPaAJ.s:2144: Error: expecting string instruction afterrep' make[1]: [obj/Release/butteraugli_comparator.o] Error 1 make: [guetzli] Error 2

rpm -qa|grep gcc devtoolset-2-gcc-c++-4.8.1-4.el6.1.x86_64 gcc-c++-4.4.7-17.el6.x86_64 devtoolset-2-gcc-4.8.1-4.el6.1.x86_64 gcc-4.4.7-17.el6.x86_64 gcc-gfortran-4.4.7-17.el6.x86_64 libgcc-4.4.7-17.el6.x86_64

gtuk commented 7 years ago

Try to update your binutils to the latest Version: yum update binutils

You can find some additional infos here https://gcc.gnu.org/ml/gcc-help/2011-03/msg00286.html