So I tried my hand at compiling the cpu-miner on Ubuntu 11.10 and ran into a little problem.
I'm a complete Linux noob however I have libcurl installed
curl 7.21.6 (i686-pc-linux-gnu) libcurl/7.21.6 OpenSSL/1.0.0e zlib/1.2.3.4 libidn/1.22 librtmp/2.3
And I created Jansson from the source provided on their website.
Using ./autogen.sh on the cpuminer returns no errors
Using CFLAGS etc works
Make throws a few errors:
make[2]: Entering directory `/home/darren/Desktop/cpu'
gcc -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing @LIBCURL_CPPFLAGS@ -O3 -Wall -msse2 -MT minerd-cpu-miner.o -MD -MP -MF .deps/minerd-cpu-miner.Tpo -c -o minerd-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
gcc: error: @LIBCURL_CPPFLAGS@: No such file or directory
make[2]: *** [minerd-cpu-miner.o] Error 1
make[2]: Leaving directory `/home/darren/Desktop/cpu'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/darren/Desktop/cpu'
make: *** [all] Error 2
I'm not entirely sure what this means, if someone could help I'd appreciate it.