I recently loaded the debian distro onto my amd 64 system and so far i've been getting by slowly. When i'm trying to install pidgin, I encounter this compile error,
Everything looks good up until it goes into libpurple, which I think I installed. Anybody know what is causing this error? I am new at this and i'm still trying to figure everything out. Thanks!
Andrew
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I recently loaded the debian distro onto my amd 64 system and so far i've been getting by slowly. When i'm trying to install pidgin, I encounter this compile error,
conv.Tpo"; exit 1; fi
/bin/sh ../libtool --silent --tag=CC --mode=link gcc -g -g -O2 -o pidgin -export-dynamic eggtrayicon.o pidgincombobox.o pidginstock.o gtkaccount.o gtkblist.o gtkcelllayout.o gtkcellrendererexpander.o gtkcellrendererprogress.o gtkcellview.o gtkcellviewmenuitem.o gtkconn.o gtkconv.o gtkdebug.o gtkdialogs.o gtkdnd-hints.o gtkdocklet.o gtkdocklet-x11.o gtkeventloop.o gtkexpander.o gtkft.o gtkidle.o gtkimhtml.o gtkimhtmltoolbar.o gtklog.o gtkmain.o gtkmenutray.o gtknotify.o gtkplugin.o gtkpluginpref.o gtkpounce.o gtkprefs.o gtkprivacy.o gtkrequest.o gtkroomlist.o gtksavedstatuses.o gtkscrollbook.o gtksession.o gtksound.o gtksourceiter.o gtksourceundomanager.o gtksourceview-marshal.o gtkstatusbox.o gtkthemes.o gtkutils.o gtkwhiteboard.o -Wl,--export-dynamic -pthread -L/usr/local/lib -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lglib-2.0 -lSM -lICE -lstartup-notification-1 -lxml2 -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ../libpurple/libpurple.la -lnsl -lresolv
/usr/lib/libgstreamer-0.10.so: undefined reference to `g_type_register_static_simple'
/usr/lib/libgstreamer-0.10.so: undefined reference to `g_intern_static_string'
/usr/lib/libpango-1.0.so: undefined reference to `g_slice_free_chain_with_offset'
/usr/lib/libgstreamer-0.10.so: undefined reference to `g_slice_alloc'
/usr/lib/libpangocairo-1.0.so: undefined reference to `g_slice_alloc0'
/usr/lib/libgstreamer-0.10.so: undefined reference to `g_slice_free1'
collect2: ld returned 1 exit status
make[3]: *** [pidgin] Error 1
make[3]: Leaving directory `/home/andrew/pidgin-2.1.0/pidgin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/andrew/pidgin-2.1.0/pidgin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andrew/pidgin-2.1.0'
make: *** [all] Error 2
Everything looks good up until it goes into libpurple, which I think I installed. Anybody know what is causing this error? I am new at this and i'm still trying to figure everything out. Thanks!
Andrew