public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
* can't build it
@ 2000-09-01 14:37 Dave Cottingham
  2000-09-01 18:16 ` Michael Livshin
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Cottingham @ 2000-09-01 14:37 UTC (permalink / raw)
  To: guile-gtk

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'
/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'
collect2: ld returned 1 exit status
make: *** [guile-gtk-1.2] Error 1

I am at a loss.  Can anyone sell me a clue?

This is on a Slackware 7.1 system, which comes with gtk-1.2, on which I've
installed guile-1.4.

Thanks in advance,
Dave Cottingham

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: can't build it
  2000-09-01 14:37 can't build it Dave Cottingham
@ 2000-09-01 18:16 ` Michael Livshin
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Livshin @ 2000-09-01 18:16 UTC (permalink / raw)
  To: Dave Cottingham; +Cc: guile-gtk

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-09-01 18:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-01 14:37 can't build it Dave Cottingham
2000-09-01 18:16 ` Michael Livshin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).