This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: can't build it


Dave Cottingham <dc@cobi.gsfc.nasa.gov> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]