|
From: Vladimir S. <vs...@gm...> - 2010-10-02 05:23:39
|
Turns out the key step I was missing was: rm src/config.cache Vladimir 2010/9/27 Sam Steingold <sd...@gn...>: > 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...>. > |