guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Libguile build error (rpl_...) on Debian Squeeze


From: Ludovic Courtès
Subject: Re: Libguile build error (rpl_...) on Debian Squeeze
Date: Fri, 12 Jul 2013 14:05:52 +0200
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

Roland Orre <address@hidden> skribis:

> 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'

Could you send the config.log file?

> 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}                 \

Installing in the build tree sounds like a bad idea.  If you want to run
Guile without installing it, you can do so by using ./meta/guile (see
also “Using Guile Without Installing It” in README.)

Thanks,
Ludo’.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]