YACP - gnome-libs references some undefined references



Compiling gnome-libs gives me the following errors...

gcc -g -O2 -Wall -Wno-unused -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -o .libs/gnome_segv gnome_segv.o -Wl,-rpath -Wl,/usr/gnome/lib ../libgnomeui/.libs/libgnomeui.so -Wl,-rpath -Wl,/usr/gnome/lib ../libgnome/.libs/libgnome.so -Wl,-rpath -Wl,/usr/gnome/lib ../libart_lgpl/.libs/libart_lgpl.so -Wl,-rpath -Wl,/usr/gnome/lib ../support/.libs/libgnomesupport.so -L/usr/local/lib -lesd -lm -ldb -L/usr/gnome/lib -lglib -ldl -L/usr/gnome/lib -lgdk_imlib -L/usr/gnome/lib -L/usr/X11R6/lib -lgtk -lgdk -L/usr/local/lib -rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm -ljpeg -ltiff -lungif -lpng -lz -lm -lSM -lICE -L/usr/gnome/lib -L/usr/X11R6/lib -lgtk -lgdk -L/usr/local/lib -rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm -lm
.../libgnomeui/.libs/libgnomeui.so: undefined reference to `gtk_paint_string'
.../libgnomeui/.libs/libgnomeui.so: undefined reference to `gtk_object_remove_no_notify_by_id'
.../libgnomeui/.libs/libgnomeui.so: undefined reference to `gtk_paint_flat_box'
/usr/local/lib/libgtk.so: undefined reference to `g_datalist_id_set_destroy'
.../libgnomeui/.libs/libgnomeui.so: undefined reference to `gdk_event_get_time'
.../libgnomeui/.libs/libgnomeui.so: undefined reference to `gtk_drag_dest_set'
.../libgnomeui/.libs/libgnomeui.so: undefined reference to `gdk_drag_get_protocol'
.../libgnomeui/.libs/libgnomeui.so: undefined reference to `gtk_widget_add_events'
.../libgnomeui/.libs/libgnomeui.so: undefined reference to `gtk_drag_dest_set_proxy'
make[2]: *** [gnome_segv] Error 1
make[2]: Leaving directory `/home/ftp/src/gnomecvs/gnome/gnome-libs/libgnomeui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ftp/src/gnomecvs/gnome/gnome-libs'
make: *** [all-recursive-am] Error 2 

my autogen line is

 ./autogen.sh --prefix=/usr/gnome --with-gnome=/usr/gnome 
                   --with-gtk-prefix=/usr/gnome 

It is looking for (and correctly finds) libglib in /usr/local/lib (which is
where it installed itself a few minutes before with the same autogen.sh
invocation).

---------------------+---------------------------------------
Jim Smith            | Email: j-smith@physics.tamu.edu
Texas A&M University | http://people.physics.tamu.edu/jsmith/
Dept. of Physics     | Phone: (409) 845-1379
---------------------+---------------------------------------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]