|
From: Sam S. <sd...@gn...> - 2010-09-27 16:34:48
|
Vladimir Sedach wrote: > Tried building a CLISP I just pulled from CVS, on Debian 5. The installed > version of libsigsegv didn't work (older version), followed directions to build > and install libsigsegv-2.8, first with --prefix=/usr/local, then with --prefix=/ > usr (default), neither were detected by the ./configure script (passed --with- > libsigsegv-prefix parameter). I think the detection routine is in the > aclocal.m4 script, but not sure. Can someone double-check this? the detection routine is in src/glm4/libsigsegv.m4 which comes from gnulib. you should take a look at config.log for gcc error messages; if you cannot figure out the problem with your setup, you should complain to gnulib maintainers at <bug...@gn...>. |