Bruce Dubbs wrote: > BTW, there was a new version released 11 Oct 2008 - 1.4.12. > > It builds with configure && make && make check && make install. > Three tests were skipped: > > cannot tell stack overflow from crash; consider installing libsigsegv > SKIP: test-c-stack2.sh > Skipping test: multithreading not enabled > SKIP: test-lock > Skipping test: multithreading not enabled > SKIP: test-tls
We may want to configure m4 with: ./configure --prefix=/usr --enable-threads for a complete build. I don't know if we want to consider libsigsegv or not. I don't know of anything other than m4 that uses it. Actually this is the first I've heard of it, but it may be useful. ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.6.tar.gz 341 KB 08/24/08 It builds with: ./configure --prefix=/usr --enable-shared make make check make install It takes less than 0.1 SBU and installs: ./usr/include: -rw-r--r-- 1 bdubbs bdubbs 7512 Oct 18 21:44 sigsegv.h ./usr/lib: -rw-r--r-- 1 bdubbs bdubbs 36738 Oct 18 21:44 libsigsegv.a -rwxr-xr-x 1 bdubbs bdubbs 938 Oct 18 21:44 libsigsegv.la lrwxrwxrwx 1 bdubbs bdubbs 19 Oct 18 21:44 libsigsegv.so -> libsigsegv.so.0.0.0 lrwxrwxrwx 1 bdubbs bdubbs 19 Oct 18 21:44 libsigsegv.so.0 -> libsigsegv.so.0.0.0 -rwxr-xr-x 1 bdubbs bdubbs 29099 Oct 18 21:44 libsigsegv.so.0.0.0 -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page