guetzli icon indicating copy to clipboard operation
guetzli copied to clipboard

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

Open zqxy32 opened this issue 7 years ago • 1 comments

/tmp/cc1SPaAJ.s: Assembler messages: /tmp/cc1SPaAJ.s:69: Error: expecting string instruction after rep' /tmp/cc1SPaAJ.s:2144: Error: expecting string instruction after rep' 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

zqxy32 avatar Apr 23 '17 13:04 zqxy32

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

gtuk avatar Jun 03 '17 08:06 gtuk