Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: Ufasoft Miner Thread - SSE2-optimized for Intel CPUs, version 0.6 (2011-April)
by
walidzohair
on 10/05/2011, 10:40:24 UTC
Hello

I am trying to compile your Linux source

It says I'm missing JWASM

Can't find it on apt, and i have found several implementations of the asm interpreter,  I was wondering which version you use?


Any update about the missing jwasm error ?


checking for g++... /usr/bin/g++
checking build system type... i686-pc-linux-gnu
checking for jwasm... no
configure: error: Cannot find jwasm.



OK I found the solution for the Liinux uswrs.. at least i did it on ubuntu natty and it is running great now .. and i bielive if it run on natty then it will run on any other Linux Cheesy (natty is very naughty)

1) download the JWasm from here http://www.japheth.de/JWasm.html

2) extract the package.


3) from teh jwasm directory

sudo aptitude install gcc-4.5
sudo aptitude install g++-4.5
sudo cp JWASM /usr/bin/jwasm
sudo chmod +x /usr/bin/jwasm
sudo aptitude install libpcre++-dev
sudo aptitude install libcurl4-dev


4) download the ufasoft and extract it

5) from the ufasoft directory

sudo CC=gcc-4.5 CXX=g++-4.5 ./configure && sudo make && sudo make install


I think this should be sticky or included in the first post or at least included in your install file. Smiley


but now the problem is it only gives 0 mhash/s !

Thanks in advance again ufasoft