I have a problem for compil Minicoin on Ubuntu 12.04
$ ~/minicoin/src# make -f makefile.unix USE_UPNP=-
Building LevelDB ...
make[1]: Entering directory `/root/minicoin/src/leveldb'
make[1]: *** No rule to make target `libleveldb.a'. Stop.
make[1]: Leaving directory `/root/minicoin/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2
An idea please ?
Thankkks

leveldb is broken in your source, so one can't compile on linux.
I've copied over leveldb from Metiscoin and compiling as we speak.