I got it working by adding
--with-included-regex
to configure. I think the configure file should be more clear upon what
you want or not. Now it's a kind of guess work, with too many and
somewhat confusing options I would say.
On Fri, Jul 12, 2013 at 11:43 AM, Roland Orre
<address@hidden> wrote:
I'm trying to build guile-2.0.9 on a Debian squeeze system, but get the error
./.libs/libguile-2.0.so: undefined reference to `rpl_regfree'
./.libs/libguile-2.0.so: undefined reference to `rpl_regcomp'
./.libs/libguile-2.0.so: undefined reference to `rpl_regerror'
./.libs/libguile-2.0.so: undefined reference to `rpl_regexec'
It builds fine on my Debian Wheezy systems. I'm using the same configparams
GUILEROOT=`pwd`
./configure --with-threads --with-readline \
--prefix=${GUILEROOT} \
--exec-prefix=${GUILEROOT} \
--bindir=${GUILEROOT}/bin \
--datadir=${GUILEROOT} \
On the same Wheezy system I could build guile-1.8.8, guile-2.0.0 fine as well
but on the Squeeze system guile-2.0.0 fails completely.
Anybody having a hint? I could not find any clue when searching (google and ddg)
(and as these Squeeze systems are servers, I do not want to clutter them with
all kinds of things)