I'm on Mint 17.2. I've installed GCC 4.9 and followed your instructions, but get this after running make:
...../wolf-aeon-miner/main.c:735: undefined reference to `clCreateCommandQueueWithProperties'
collect2: error: ld returned 1 exit status
Hi There,
I had the same thing. I think this points to having an older openCL sdk installed than is required.
It is possible to build it using by changing the function names to that used in the older openCL releases, and it does link and build. But then the actual opencl code give errors during execution.
Probably best to upgrade to latest SDK (note - I haven't because it was such a pain to do it on my headless rig, and it's nice and stable mining other currencies at the moment).
Cheers
Dave