Hello there

I'm trying to install pygtk in a hand-made linux system (this is not my choice !) but I get an error message and it seems that './configure' doesn't find GLIB (full output below). I know GLIB path is /usr/local/appl/glib-2.4.1. How can I tell '.configure' to find it there?


Try to set LD_LIBRARY_PATH to /usr/local/appl/glib-2.4.1/lib and
PKG_CONFIG_PATH to /usr/local/appl/glib-2.4.1/lib/pkgconfig.
(maybe you need to set PATH to prefix/bin)

You'll need to do the same for atk, pango, gtk and libglade.

Johan
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to