View Single Post
  #1 (permalink)  
Old December 4th, 2004
RetroJ RetroJ is offline
Apprentice
 
Join Date: December 4th, 2004
Location: Michigan, USA
Posts: 5
RetroJ is flying high
Default Problem building gtk-gnutella 0.95 on SuSe 9.1

I am having trouble building gtk-gnutella 0.95 under SuSe 9.1.

I have tried configuring with defaults, with custom settings, and with the command provided in the readme:

Quote:
./Configure -D prefix=/usr -D privlib=/usr/share/gtk-gnutella -D cc=gcc -D ccflags='-Wall' -D optimize='-O2' -D gtkversion=2 -d -e -r -s
Here is feature summary at the end of the configure script.

Quote:
Feature Summary (Version 0.95):
-------------------------------------------------
Glib version : glib-2.x
GUI front-end : GTK2
Persistent filters : no
Gnutella traffic compression : yes
IP TOS (Type of Service) : yes
NLS (Native Language Support) : yes
Extended non-roman charset support : no
Experimental remote control : no
-------------------------------------------------

"make" runs fine until it does this:

Quote:
cc -o gtk-gnutella main.o if/bridge/ui2c.o if/bridge/c2ui.o if/gnet_property.o
if/gui_property.o -Lcore -lcore -Lui/gtk -lgtk-common -lgtkx -lgtk-common -lcore
-Llib -lshared -Wl,--export-dynamic -L/opt/gnome/lib -lgtk-x11-2.0 -lgdk-x11-2.
0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobje
ct-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -O -L/usr/local/lib -lz -lresolv
main.o(.text+0x893): In function `main':
: undefined reference to `bitzi_init'
if/bridge/ui2c.o(.text+0x20): In function `guc_query_bitzi_by_urn':
: undefined reference to `bitzi_query_byurnsha1'
ui/gtk/libgtkx.a(interface-glade.o)(.text+0x39f7f): In function `create_dlg_pref
s_bw_tab':
: undefined reference to `gtk_alignment_set_padding'
collect2: ld returned 1 exit status
make[2]: *** [gtk-gnutella] Error 1
Can anyone help me to understand what this means, and how I can fix it? Thanks!
Reply With Quote