This will not compile on linux, trying to set up a pool.
no rule to make target 'liblebeldb.a'. stop
i was able to compile under linux ( ubuntu )
exact steps:
root@ubuntu:/export/leafcoin# cd src
root@ubuntu:/export/leafcoin/src# make -f makefile.unix
Building LevelDB ...
make[1]: Entering directory `/export/leafcoin/src/leveldb'
g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/export/leafcoin/src -I/export/leafcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/export/leafcoin/src/leveldb/include -I/export/leafcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -c db/builder.cc -o db/builder.o
etc
join us on channel #leafcoin freenode irc and i will help you out