ig0tik3d / darkcoin-cpuminer-1.2c

darkcoin-cpuminer-1.2c
Other
46 stars 158 forks source link

32-bit BAMT linux #1

Open Implexus opened 10 years ago

Implexus commented 10 years ago

Unable to compile the source with BAMT 32-bit linux running (Debian Squeeze distro).

tried CFLAGS -msse2 -m32, not working at all

lessless commented 10 years ago

did you tried

$ CFLAGS="-msse -msse2 -msse3" ./configure
$ make
Implexus commented 10 years ago

yes, i’ve tried… no luck

Dňa 3.4.2014 o 10:58, Evgeniy Kurtov notifications@github.com napísal:

did you tried

$ CFLAGS="-msse -msse2 -msse3" ./configure $ make — Reply to this email directly or view it on GitHub.