On 12/11/2013 09:45 AM, Donn wrote: > Uli, > Your c code is really interesting. How do you compile it? It's a newb > question, but I have that disease :) > > I've tried: > gcc $(pkg-config --cflags --libs cairo) uli_test.c -o test gcc `pkg-config --cflags --libs cairo` uli_test.c -o test (backquote) or maybe just simply try: gcc uli_test.c -o test -lcairo