From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Livshin To: Dave Cottingham Cc: guile-gtk@sourceware.cygnus.com Subject: Re: can't build it Date: Fri, 01 Sep 2000 18:16:00 -0000 Message-id: References: <200009012137.RAA28119@cobi.gsfc.nasa.gov> X-SW-Source: 2000-q3/msg00018.html Dave Cottingham writes: > I'm trying to build guile-gtk-0.19, and the make dies with: > > gcc -g -O2 -o .libs/guile-gtk-1.2 main.o .libs/libguilegtk-1.2.so -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -lgmodule -lglib -ldl -lXext -lX11 -lm -lm -L/usr/local/lib -lguile -lm -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm -lm -Wl,--export-dynamic -Wl,--rpath -Wl,/usr/local/lib > .libs/libguilegtk-1.2.so: undefined reference to `scm_master_freelist' this looks like your Guile libs and includes are of different versions (i.e. your includes are obviously 1.4 but your libs are 1.3.4 or something). so please check whether you disposed of the old Guile libs properly. [ note: I'm a Debian user, so I may well be wrong wrt your system. ] > /usr/lib/libguile.so: undefined reference to `qt_abort' > /usr/lib/libguile.so: undefined reference to `qt_error' > /usr/lib/libguile.so: undefined reference to `qt_block' probably related to the above. let's see if I can be helpful when drunk, --mike -- For those who like this sort of thing, this is the sort of thing they like. -- fortune