walidzohair thanks so much for your post! It works a charm!
I have re-simplified your instructions for anyone else trying to build Ufasoft's CPU Bitcoin Miner under Ubuntu 10.10 x86 (32bit):
############################################################
# Ufasoft CPU bitcoin miner supporting RPC for pooled mining
# x86 (32bit) Debian / Ubuntu install guide
# Tested under Ubunutu 10.10 32bit
# Reference:
http://forum.bitcoin.org/index.php?topic=3486.msg114156#msg114156############################################################
# Install package dependencies
sudo apt-get install gcc-4.5 g++-4.5 libpcre++-dev libcurl4-dev unzip unace
# Manually install JWasm dependency
wget
http://www.japheth.de/Download/JWasm/JWasm205bl.zipunzip JWasm205bl.zip && sudo cp JWASM /usr/bin/jwasm && sudo chmod +x /usr/bin/jwasm
# Download, build and install software (should install in /usr/local/bin)
wget
http://ufasoft.com/files/open/ufasoft_bitcoin-miner-0.10.tar.lzmatar -xavf ufasoft_bitcoin-miner-0.10.tar.lzma
cd ufasoft_bitcoin-miner-0.10/
sudo CC=gcc-4.5 CXX=g++-4.5 ./configure && sudo make && sudo make install
# Cleanup
If your a clean freak, delete all files downloaded and extracted above
# Usage
bitcoin-miner --help
# Deepbit online mining pool example
bitcoin-miner -a 5 -t 4 -o
http://pit.deepbit.net:8332 -u
[email protected] -p 'password'