On 07/17/11 05:12, Aidan Gauland wrote:
> Dirk Sondermann <ds-stum...@dyximaq.de> 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

_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to