Hi, I'm new to fedora and linux and I'm trying to install guile-1.6.7.
"./configure" runs smoothly, but "make" does not.
Here are the last few lines it outputs:

./guile_filter_doc_snarfage --filter-snarfage) > regex-posix.doc || { rm regex-posix.doc; false; } if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -fno-strict-aliasing -MT guile.o -MD -MP -MF ".deps/guile.Tpo" -c -o guile.o guile.c; \ then mv -f ".deps/guile.Tpo" ".deps/guile.Po"; else rm -f ".deps/guile.Tpo"; exit 1; fi
guile.c: In function ‘main’:
guile.c:91: error: array type has incomplete element type
guile.c:91: warning: unused variable ‘lt_preloaded_symbols’
make[2]: *** [guile.o] Error 1
make[2]: Leaving directory `/home/josh/guile-1.6.7/libguile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/josh/guile-1.6.7'
make: *** [all] Error 2

Any idea what I'm doing wrong?
Thanks,
Josh


_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to