I've built guile-1.8.6 on HP-UX 11.23/IA and 11.31/IA: $ gtar zxf guile-1.8.6.tar.gz $ cd guile-1.8.6 $ ./configure PTHREAD_CFLAGS="-mt" --disable-dependency-tracking ... $ gmake ... $ cd test-suite/standalone $ gmake check TESTS="test-num2integral test-conversion" ... ERROR: Stack overflow FAIL: test-num2integral ERROR: Stack overflow FAIL: test-conversion
-- albert chin (ch...@thewrittenword.com)