On Wed, Feb 05, 2003, shaick wrote: > I tried configure GNU Pthread Version 1.4.0 on HP-UX 11.22 ,but it > hangs up in usable SVR4/SUSv2 makecontext(2)/swapcontext(2) . > > If any body come across this before , can any body give the solution for this. > Thanks in advance. > > The output of configure script is as follows, > .... > Machine Context Implementation: > checking for ucontext.h... yes > checking for function makecontext... yes > checking for function swapcontext... yes > checking for function getcontext... yes > checking for function setcontext... yes > checking for usable SVR4/SUSv2 makecontext(2)/swapcontext(2)... and hangs up.
Hmmmm... seems like something in this Autoconf check I've written is horribly disliked by your HPUX box. As a work-around you can configure with: $ echo "ac_cv_check_mcsc=no" >config.cache $ ./configure --cache-file=./config.cache This should make sure that this particular Autoconf test is not run at all. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com ______________________________________________________________________ GNU Portable Threads (Pth) http://www.gnu.org/software/pth/ Development Site http://www.ossp.org/pkg/lib/pth/ Distribution Files ftp://ftp.gnu.org/gnu/pth/ Distribution Snapshots ftp://ftp.ossp.org/pkg/lib/pth/ User Support Mailing List [EMAIL PROTECTED] Automated List Manager (Majordomo) [EMAIL PROTECTED]