Anyone can provide me that version?
newly compiled 32bit linux version from https://github.com/tandyuk/jhprimeminer
his addresses to donate to/thank him are
XPM: AYwmNUt6tjZJ1nPPUxNiLCgy1D591RoFn4
BTC: 1P6YrvFkwYGcw9sEFVQt32Cn7JJKx4pFG2
https://dl.dropboxusercontent.com/u/105316582/jhprimeminerRDEBeta3-32.gz
Here's a 64bit version, too
https://dl.dropboxusercontent.com/u/105316582/jhprimeminer-RDEbeta3.gz
Seems to be a lot better than running under wine, at least the 64bit version. I only have access to a 32bit virtual machine atm that i compiled it on, and it didn't seem to perform very well, but try it out and let us know how it does. It's still rough. Keyboard input is weird. Have to type a letter and hit enter, and some don't map the same as the wine version. he'll be working on it tomorrow i think.
Just to report that I was able to compile this code for Mac OS X by simply removing "-std=c++0x" from the Makefile. Works great here (28K PPS on my mac mini, while windows version under wine had only 9K PPS).
Also commenting the lines that start the input thread in src/primecoinMiner/main.cpp solve the performance problem of running in the background (not sure if someone already did it, the thread is to long to read everything).