vile
[Top][All Lists]
Advanced

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

Re: [vile] Two bugs: &gtmotion crash and bad configure error message


From: Thomas Dickey
Subject: Re: [vile] Two bugs: &gtmotion crash and bad configure error message
Date: Mon, 11 Aug 2008 06:34:29 -0400 (EDT)

On Mon, 11 Aug 2008, J?~Anis R??cis wrote:

On Sun, Aug 10, 2008 at 07:03:11PM -0400, Thomas Dickey wrote:
On Sun, Aug 10, 2008 at 01:12:49PM +0300, J??nis R??cis wrote:
2) When configuring Vile with '--with-loadable-filters --with-perl',
the configure script claims it can't find the dlsym function, however,
config.log reveals that it is actually a missing -lperl that makes the
dlsym test fail.

oh.  The configure script does something like this:

        perl -MExtUtils::Embed -e ldopts

to obtain the "-lperl".  That sounds as if perl can be installed to
report this, but lack the library...

This occurs on Debian Testing and the error goes away after installing
libperl-dev, which apparently just contains a symlink from libperl.so
to the already-installed libperl.so.x.y.  I believe the setup is
fairly standard; practically all of the installed perl packages have
been pulled in as dependencies of other packages.

I can add a link-test to the configure script (it never occurred to me that this part would be inconsistent, and fail). thanks

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

reply via email to

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