Code: Alles auswählen
chris@compi:~$ pkg-config --modversion glib
1.2.10
denn so kann ich keien programme compielern die einen neuere version von glib brauche...
Code: Alles auswählen
chris@compi:~$ pkg-config --modversion glib
1.2.10
Code: Alles auswählen
chris@compi:/usr/lib$ ls -l libglib*
lrwxrwxrwx 1 root root 21 2005-03-19 22:59 libglib-1.2.so.0 -> libglib-1.2.so.0.0.10
-rw-r--r-- 1 root root 134152 2003-05-17 17:05 libglib-1.2.so.0.0.10
-rw-r--r-- 1 root root 2264066 2005-02-28 09:45 libglib-2.0.a
-rw-r--r-- 1 root root 807 2005-02-28 09:44 libglib-2.0.la
lrwxrwxrwx 1 root root 22 2005-04-11 18:04 libglib-2.0.so -> libglib-2.0.so.0.600.3
lrwxrwxrwx 1 root root 22 2005-04-11 18:04 libglib-2.0.so.0 -> libglib-2.0.so.0.600.3
-rw-r--r-- 1 root root 522872 2005-02-28 09:45 libglib-2.0.so.0.600.3
-rw-r--r-- 1 root root 192012 2003-05-17 17:05 libglib.a
-rw-r--r-- 1 root root 714 2003-05-17 17:04 libglib.la
lrwxrwxrwx 1 root root 22 2005-03-19 23:20 libglibmm-2.4.so.1 -> libglibmm-2.4.so.1.0.5
-rw-r--r-- 1 root root 283400 2004-10-29 01:15 libglibmm-2.4.so.1.0.5
lrwxrwxrwx 1 root root 42 2005-03-19 23:20 libglibmm_generate_extra_defs-2.4.so.1 -> libglibmm_generate_extra_defs-2.4.so.1.0.5
-rw-r--r-- 1 root root 15872 2004-10-29 01:15 libglibmm_generate_extra_defs-2.4.so.1.0.5
lrwxrwxrwx 1 root root 22 2005-07-16 13:56 libglib.so -> libglib-2.0.so.0.600.3
Code: Alles auswählen
mars:~# pkg-config --modversion glib-2.0
2.6.5
mars:~#
Code: Alles auswählen
chris@compi:~$ pkg-config --modversion glib
1.2.10
chris@compi:~$ pkg-config --modversion glib-2.0
2.6.3
Code: Alles auswählen
ldconfig
Code: Alles auswählen
chris@compi:~$ pkg-config --modversion glib
1.2.10
chris@compi:~$ pkg-config --modversion glib-2.0
2.6.3
Code: Alles auswählen
./configure --help
Code: Alles auswählen
dpkg -l | grep glib
Code: Alles auswählen
chris@compi:~$ dpkg -l | grep glib
ii dbus-glib-1 0.23-1 simple interprocess messaging system (GLib-b
ii libarts1-mpegl 3.3.1-1 mpeglib is a mp3 and mpeg I video/audio libr
ii libdb1-compat 2.1.3-7 The Berkeley database routines [glibc 2.0/2.
ii libglib1.2 1.2.10-9 The GLib library of C routines
ii libglib1.2-dev 1.2.10-9 Development files for GLib library
ii libglib2.0-0 2.6.3-1 The GLib library of C routines
ii libglib2.0-dev 2.6.3-1 Development files for the GLib library
ii libglibmm-2.4- 2.4.5-1 C++ wrapper for the GLib toolkit (shared lib
ii mpeglib 3.3.1-1 mp3 and mpeg I video/audio library for linux
Code: Alles auswählen
checking for glib-2.0 >= 2.6.0 atk >= 1.0.1 pango >= 1.7.0... Package atk was not found in the pkg-config search path.
Perhaps you should add the directory containing `atk.pc'
to the PKG_CONFIG_PATH environment variable
No package 'atk' found
configure: error: Library requirements (glib-2.0 >= 2.6.0 atk >= 1.0.1 pango >= 1.7.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.