Glib 2.4 für Kanotix 2006-01-RC4

Hallo zusammen,

wollte zwei Programme, die ich mir aus dem Internet gezogen habe auf die o.g. Linux-Version installieren.

Doch leider kam bei ./configure immer die Fehlermeldung:

checking for GLIB - version >= 2.4.0… no
*** Could not run GLIB test program, checking why…
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: *** GLIB >= 2.4.0 not installed! *

Woher kann ich die Glib 2.4 downloaden und installieren? Mit apt-get hatte ich keine Erfolge.

THX

Moien

Doch leider kam bei ./configure immer die Fehlermeldung:

./configure sucht nicht nach den libs selbst, sondern nach den -dev Packages der libs. Also suchst du nach glib-dev und nicht nach glib.

checking for GLIB - version >= 2.4.0… no
*** Could not run GLIB test program, checking why…
*** The test program failed to compile or link. See the file
config.log for the
*** exact error that occured. This usually means GLIB is
incorrectly installed.
configure: error: *** GLIB >= 2.4.0 not installed! *

Kanotix baut auf debian SID (aka unstable) auf. D.h. es sollte um glib in version 2.0.0 haben. Wenn du da glib 2.4 reinmurkst kann alles mögliche passieren. Das meiste von dem Möglichen wird dir nicht gefallen.

Woher kann ich die Glib 2.4 downloaden und installieren? Mit
apt-get hatte ich keine Erfolge.

http://freshmeat.net/projects/glib/

cu