[cairo] Extents under rotation

Donn donn.ingle at gmail.com
Wed Dec 11 03:32:52 PST 2013


On 11/12/2013 13:27, Cedric Roux wrote:
> try: gcc uli_test.c -o test `pkg-config --cflags --libs cairo`
> (the `` stuff at the end)
> or (maybe): gcc uli_test.c -o test -lcairo -I/usr/include/cairo
> the idea is to put the lib after your code on the command line
>
Ah,

gcc uli_test.c -o test -lm `pkg-config --cflags --libs cairo`
(With the added -lm) worked for me!

Thanks Cedric,
\d


More information about the cairo mailing list