[gnome-find-users] compile 0.3 problem: undefined references
Brought to you by:
ackahn
|
From: Anthony T. <te...@id...> - 2000-05-28 13:42:18
|
I tried compiling version 0.3, and got the following problems: gcc -g -O2 -Wall -Wunused -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/X11R6/include -I/usr/lib/glib/include -rdynamic -L/usr/lib -L/usr/X11R6/lib -o gnome-find advopts.o error.o file.o filemode.o find.o fstype.o idcache.o listfile.o main.o misc.o modechange.o msgbar.o multiple.o parser.o pred.o results.o savedir.o stpcpy.o tree.o util.o win.o -rdynamic -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lgnome -lgnomesupport -lesd -laudiofile -lm -ldb1 -lglib -ldl main.o: In function `main': /home/anthony/gnome-find-0.3/src/main.c:52: undefined reference to `glade_gnome_init' misc.o: In function `my_glade_widget_get': /home/anthony/gnome-find-0.3/src/misc.c:41: undefined reference to `glade_xml_get_widget' misc.o: In function `my_glade_xml_get': /home/anthony/gnome-find-0.3/src/misc.c:72: undefined reference to `glade_xml_new' /home/anthony/gnome-find-0.3/src/misc.c:69: undefined reference to `glade_xml_new' collect2: ld returned 1 exit status make[2]: *** [gnome-find] Error 1 make[2]: Leaving directory `/home/anthony/gnome-find-0.3/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/anthony/gnome-find-0.3' make: *** [all-recursive-am] Error 2 Makefile seems to have the proper location of libglade on my computer: LIBGLADE_LIBS = -L/usr/local/lib -lglade -L/usr/local/lib -lxml -lz -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm Any help would be appreciated. Thanks -- Anthony |