[cairo] Error on cairo FAQ page
Stark, Antony
astark at cfa.harvard.edu
Thu Dec 19 16:02:23 UTC 2019
An example on the cairo FAQ page is in error. The FAQ page gives as an
example:
cc -o hello $(pkg-config --cflags --libs cairo) hello.c
This results in a loader error. It should be:
cc -o hello hello.c $(pkg-config --cflags --libs cairo)
--
*Antony A. Stark*
*Senior Astronomer*
*Center for Astrophysics | Harvard & Smithsonian*
*60 Garden Street | MS 42 | Cambridge, MA 02138*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cairographics.org/archives/cairo/attachments/20191219/1b27c6f5/attachment.htm>
More information about the cairo
mailing list