stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] Building with CLISP


From: Dirk Sondermann
Subject: Re: [STUMP] Building with CLISP
Date: Sun, 17 Jul 2011 22:14:01 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110709 Lightning/1.0b3pre Thunderbird/3.1.10

On 07/17/11 05:12, Aidan Gauland wrote:
> Dirk Sondermann <address@hidden> writes:
>> Could you please give the attached new version of the patch
>> a try?
> 
> Now gcc spits out these errors (and the build fails).  Am I missing some
> header packages?  And if so, shouldn't the configure script have noticed
> that?
> 
> gcc: /usr/lib/libreadline.so: No such file or directory
> gcc: /usr/lib/libavcall.so: No such file or directory
> gcc: /usr/lib/libcallback.so: No such file or directory
> 
> --Aidan

It's difficult for the configure script to give an appropriate warning
because it doesn't know the dependencies of clisp-link in detail.

I don't see a better solution than installing the missing libraries which
gcc complains about and then trying again by running 'make clean' (this
step shouldn't be skipped) and 'make'.

libreadline.so is part of the package libreadline5-dev, libavcall.so and
libcallback.so are part of libffcall1-dev.

--
Dirk



reply via email to

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