This is the mail archive of the guile@sourceware.cygnus.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]

Deprecated scm_tag broken


In current cvs, if you #define SCM_DEBUG_DEPRECATED 1
you get this error:

gcc -g -O2 -Wall -Wmissing-prototypes -o .libs/guile .libs/guileS.o guile.o .libs/libguile.so -ldl -lm -lm -Wl,--export-dynamic -Wl,--rpath -Wl,/usr/local/lib
.libs/libguile.so: undefined reference to `scm_tag'
collect2: ld returned 1 exit status

scm_tag is still used in libguile/gdbint.c in gdb_maybe_valid_type_p.

Should this (unused? not_fully_implemented?) gdb interface be deprecated also?
Or should scm_tag be not deprecated?

-Dale

-- 
Dale P. Smith
dpsm@en.com              home
dsmith@altustech.com     work

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