Alright. I tried to tell you.

"There are none so blind, as they who will not see."
(Acts 28:26-27)You don't have to --
actually try it-- since you apparently can't figure out Linux. Gourd head and run the Winduhs binary.
I'm not having anything of it.
(And BTW geekz, I'd linked to that page in my very first post about this, above)
I just installed a fresh copy of debian testing. anoncoind compiled and running.
Steps from fresh install running everything as root.
# apt-get update
# apt-get upgrade
# apt-get install libqtgui4 qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev git
# git clone https://github.com/Anoncoin/anoncoin.git
# cd anoncoin/src/
# make -f makefile.unix USE_UPNP=-
Have a coffee or other preferred beverage
# cp anoncoindusr/bin/anoncoind
# anoncoind -i2p=0
Running clearnet, syncing blocks.
root@deb-testing-anc:~# catetc/*rele*
PRETTY_NAME="Debian GNU/Linux jessie/sid"
NAME="Debian GNU/Linux"
ID=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support/"
BUG_REPORT_URL="http://bugs.debian.org/"
root@deb-testing-anc:~# anoncoind getmininginfo
{
"blocks" : 44749,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.14110997,
"errors" : "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 39038452,
"pooledtx" : 0,
"testnet" : false
}