|
From: Scott H. <sco...@si...> - 2006-05-12 17:13:21
|
I am having problems with building libdv-0.104 from sources. My linux info is: 2.6.14-1.1656_FC4 gcc version 4.0.2 20051125 I am running gtk+ 1.2.10-39 Glib 1.2.10-16 I believe these are the latest 1.2 builds, besides the 1.2.4 build for gtk+ is from about 5 years ago, or so? When I run ./configure I get the following error. Any ideas? checking for pkg-config... /usr/bin/pkg-config checking for glib >= 1.2.4 gtk+ >= 1.2.4... sh: glib-config: command not found sh: glib-config: command not found sh: glib-config: command not found sh: glib-config: command not found sh: glib-config: command not found sh: glib-config: command not found Requested 'glib >= 1.2.4' but version of GLib is configure: error: Library requirements (glib >= 1.2.4 gtk+ >= 1.2.4) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. |