searching variation on sysdep_dynl_link

2012-09-15 Thread Bruce Korb
I confess to not having tested this because I don't have all the required infrastructure to build. autoreconf: running: /usr/bin/autoconf --force configure.ac:58: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use m4_pattern_allow.

Two build problems

2012-09-15 Thread Noah Lavine
Hello, I hit two errors while building recent Guile, one of which I have diagnosed. First problem: At first, I couldn't build lib/striconveh.c. Here's what I think was wrong: Make doesn't know that lib/striconveh.c depends on lib/unitypes.h. This is a problem because lib/unitypes.h is generated

[PATCH] In fold-matches, set regexp/notbol unless matching string start.

2012-09-15 Thread Chris K. Jester-Young
* module/ice-9/regex.scm (fold-matches): Set regexp/notbol if the starting position is nonzero. * test-suite/tests/regexp.test (fold-matches): Check that when matching /^foo/ against "foofoofoofoo", only one match results. --- module/ice-9/regex.scm |3 ++- test-suite/tests/regexp.te