% make test
cd test && make
g++ -I/usr/local/include/cutter -I. -I../src -g -Wall -c test_particle.cc
g++ -o test_particle.so test_particle.o -L/usr/local/lib -L. -L../src -lparticle -lcppcutter -shared
/usr/bin/ld: test_particle.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
test_particle.o: could not read symbols: Bad value
*** [test_particle] Error code 1
Details