Re: Problem with build on ubuntu 8.04



(actually, I have tried to install as it is described
by ./configure, but configure still says there is no libsigsegv)

I don't know if this helps with your problem, but in order to compile
stuff using libsigsegv (such as CLISP), you need to install the
libsigsegv-dev package (note the `-dev' suffix).

% sudo apt-get install libsigsegv-dev

Matthias
.