On Sat, Mar 14, 2009 at 12:38:09PM +0000, Neil Jerram wrote: > Albert Chin writes: > > > 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 > > A few questions: > > 1. Do all of the standalone tests fail with a stack overflow, or just > those two? Unknown. Some of the tests fail to dlopen some modules: ERROR: In procedure dynamic-link: ERROR: file: "libguile-srfi-srfi-1-v-3", message: "can't open the module" FAIL: test-require-extension ... ERROR: In procedure dynamic-link: ERROR: file: "libtest-asmobs", message: "can't open the module" FAIL: test-asmobs I haven't looked into why. > 2. Can you send us your libguile/stack-limit-calibration.scm? Attached. > 3. Can you explain what the setting of PTHREAD_CFLAGS is for? Because, without it, PTHREAD_CFLAGS is set to: s["PTHREAD_CFLAGS"]="-D_REENTRANT -mthreads" which is incorrect. -- albert chin (china@thewrittenword.com)