[Date Prev][Date Next] [Chronological] [Thread] [Top]

configure locks up w/version 1.1.1 on HP-UX 10.20



Now that I've installed pmpthreads and gdbm, configure gets this far:

[...]
checking whether byte ordering is bigendian... yes
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking for 8-bit clean memcmp... yes
checking for strftime... yes
checking for vprintf... yes
checking for vsnprintf... yes
checking for vsprintf... yes
checking for wait3 that fills in rusage... 

At this point it hangs.  Suspending configure and running tail config.log gives

configure:7835: checking for wait3 that fills in rusage
configure:7874: /usr/local/pthreads/bin/pgcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/pthreads/include  conftest.c -lV3  1>&5

It doesn't die in the compilation; conftest has been generated and is
running, but isn't actually doing anything:

ps -eaf |grep conftest
    root 10648 10647  0 15:27:30 pts/1     0:00 ./conftest

Is there a way around this?

-Jonathan