Skip to content

Instantly share code, notes, and snippets.

@iamutkarshtiwari
Created August 17, 2015 20:24
Show Gist options
  • Save iamutkarshtiwari/0a9a3813edea1d8d65a9 to your computer and use it in GitHub Desktop.
Save iamutkarshtiwari/0a9a3813edea1d8d65a9 to your computer and use it in GitHub Desktop.
iamutkarsh@Kickass:~/gnome$ pkg-config --cflags gtk+-3.0
-pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12
iamutkarsh@Kickass:~/gnome$ -pthread -I/usr/include/gtk-3.0 -I/usr/lib64/gtk-3.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12
-pthread: command not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment