LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problems when installing pango-1.32.1 (https://www.linuxquestions.org/questions/linux-software-2/problems-when-installing-pango-1-32-1-a-4175436541/)

Henry1989 11-10-2012 05:50 AM

Problems when installing pango-1.32.1
 
Problem is like follows(when trying make):

CCLD pango-querymodules
./.libs/libpango-1.0.so: undefined reference to `g_object_replace_qdata'
collect2: ld returned 1 exit status
make[4]: *** [pango-querymodules] Error 1

knudfl 11-11-2012 11:44 AM

Welcome to LQ.
Quote:

./.libs/libpango-1.0.so: undefined reference to `g_object_replace_qdata'
`g_object_replace_qdata' : An object in libgobject ( from glib.)

? 'pango-1.32.1' may require a specific version of glib.
Example : Fedora 18 has glib-2.34.1 and pango-1.32.1 .

glib2-2.34.1-1.fc18 :
$ readelf -s libgobject-2.0.so.0.3400.1 | grep g_object_replace_qdata
544: 000163c0 184 FUNC GLOBAL DEFAULT 11 g_object_replace_qdata

.


All times are GMT -5. The time now is 09:00 PM.