1
BitShares PTS / Re: Open source optimized PTS CPU miner (BETA)
« on: January 19, 2014, 11:24:05 am »it's a centos6 boxCode: [Select]%gcc --version
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
Ow. gcc doesnt support avx2 until somewhere in the 4.7 release. Best suggestion for now is to try the static avxsse binary - does it work for you?
Or if you're on an avx2 machine, upgrade. :-)
Next best is that it's getting higher on the TODO to make it easy to disable avx2 building.
I installed gcc4.7.2 but got the same errors,
I met exactly the same problem when compiling girino's opencl miner,
what version of gcc do you use?
try upgrading your entire system, gcc might not be enough since it uses libraries such as libstdc++ and more