Anvilsmith
Joined: 20 Jul 2008 Posts: 1
|
Posted: Sun Jul 20, 2008 5:20 pm Post subject: Trying to install GTK+, failing miserably |
|
|
I'm using Ubuntu 7.10 Gusty.
I installed pango-1.20.5 and glib-2.16.5, didn't type ldconfig after installing glib (the INSTALL file didn't mention I should do this), tried installing gtk+-2.12.11, deleted glib and installed again, typed ldconfig, tried installing gtk+ again, was informed I need some TIFF package, installed TIFF-dev via synaptics package manager (which, for some reason, didn't know of glib's existence), tried installing gtk+ again... And I got this.
./.libs/libgtk-x11-2.0.so: undefined reference to `g_assertion_message_expr'
./.libs/libgtk-x11-2.0.so: undefined reference to `g_dpgettext'
./.libs/libgtk-x11-2.0.so: undefined reference to `g_assertion_message'
collect2: ld returned 1 exit status
make[3]: *** [gtk-query-immodules-2.0] Error 1
make[3]: leaving directory `/home/anvilsmith/Downloads/install/gtk+-2.12.11/gtk'
make[2]: *** [install-recursive] Error 1
make[2]: leaving directory `/home/anvilsmith/Downloads/install/gtk+-2.12.11/gtk'
make[1]: *** [install] Error 2
make[1]: leaving directory `/home/anvilsmith/Downloads/install/gtk+-2.12.11/gtk'
make *** [install-recursive] Error 1
This is all hand-typed, so please forgive any typos it may contain.
For some reason, my browser's fonts changed dramatically at some point during these installs. For one thing, they've become smaller, which makes it difficult to type things.
Any suggestions? |
|