unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* scm_gc_malloc not in stable branch
@ 2002-11-30  4:43 David Pirotte
  2002-11-30  5:49 ` Thien-Thi Nguyen
  2002-11-30 13:35 ` Marius Vollmer
  0 siblings, 2 replies; 3+ messages in thread
From: David Pirotte @ 2002-11-30  4:43 UTC (permalink / raw
  Cc: gtrees-devel

Hello,

I am trying to use gtrees with one of the latest stable snapshot, but
get the following message:

	guile: relocation error: /usr/local/lib/libgtrees.so: undefined
	symbol: scm_gc_malloc

the symbol is effectively not in gc.c and in any other file indeed:

	david@faust:/usr/local/src/guile/guile-core-20021122 12 $ cfind scm_gc_malloc
	extern unsigned long scm_gc_malloc_collected;
	./libguile/gc.h
	unsigned long scm_gc_malloc_collected;
	  scm_gc_malloc_collected = 0;
	  scm_gc_malloc_collected = m;
	./libguile/gc.c
	david@faust:/usr/local/src/guile/guile-core-20021122 13 $

but is in the unstable branch which does define the symbol and the
function

so, should I talk to the gtree developers or is it a guile problem? am
I missing something here?

david



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


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

end of thread, other threads:[~2002-11-30 13:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-30  4:43 scm_gc_malloc not in stable branch David Pirotte
2002-11-30  5:49 ` Thien-Thi Nguyen
2002-11-30 13:35 ` Marius Vollmer

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).