On Wed, 2010-09-08 at 10:54 +0800, Guus Ellenkamp wrote: > Hi, > > Thanks for your reply. > > I am trying to use the version that comes with my package. I'm using Ubuntu > and just installed 'libfprint-dev'. Tried the IDE and now tried just using a > makefile. > > Errors I get are 'undefined reference to fp_init(), fp_discover_devs() and > fp_dscv_free(fp_dscv_dev**). The code compiles ok. > > My makefile is: > > all: test > > test: test.o devicehandling.o > g++ test.o devicehandling.o -lfprint -o test
use: `pkg-config --libs libfprint` not: -lfprint _______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
