Masao Uebayashi <[EMAIL PROTECTED]> writes:

> I'm compiling a CVS tree just updated and get the following error.
> 
> gcc -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl -g -O2 -Wall -Wmissing-prototypes 
>-Wp,-MD,.deps/gc.pp -c gc.c  -fPIC -DPIC -o .libs/gc.o
> ../libguile/gc.x: In function `scm_init_gc':
> In file included from gc.c:2680:
> ../libguile/gc.x:16: `s_scm_unhash_name' undeclared (first use in this function)
> ../libguile/gc.x:16: (Each undeclared identifier is reported only once
> ../libguile/gc.x:16: for each function it appears in.)
> gmake[1]: *** [gc.lo] Error 1
> gmake[1]: Leaving directory `/usr/local/src/guile-core-20010517/libguile'
> gmake: *** [all-recursive] Error 1

does `gmake clean' help?

in general, just doing `make' after a CVS update doesn't always
work.  for me, anyway.

-- 
Long computations which yield zero are probably all for naught.


_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to