This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: configure problem - vfork
- From: "Kim Ju-Yeol" <jykim at vni dot co dot kr>
- To: "Loren James Rittle" <rittle at latour dot rsch dot comm dot mot dot com>
- Cc: <libstdc++ at gcc dot gnu dot org>
- Date: Mon, 6 Jan 2003 11:43:30 +0900
- Subject: Re: configure problem - vfork
- References: <200301031726.h03HQ1ph034946@latour.rsch.comm.mot.com>
Thanks for response.
But, I got same problem using ./configure --disable-threads.
And, I have another question.
configure command find a vfork.h when it execute.
My system have not vfork.h but unistd.h.
Thanks.
----- Original Message -----
From: "Loren James Rittle" <rittle@latour.rsch.comm.mot.com>
To: <libstdc++@gcc.gnu.org>
Cc: <jykim@vni.co.kr>
Sent: Saturday, January 04, 2003 2:26 AM
Subject: Re: configure problem - vfork
> > How are you?
>
> Great!
>
> > I met the hanging problem when I execute configure command of gcc-3.2.1.
> > My steps are as belows.
>
> > Could you let me know if you have any idea.
>
> > # ./config.guess
> > alphaev56-dec-osf5.1
> [...]
> > # ./configure
> [...]
> > checking for working vfork...
> [...hang here...]
>
> I had this note from the last time I built this port:
> alpha*-dec-osf5*; -pthread vfork configuration test hangs
>
> It is documented that thread support is broken for this port. At some
> point, --enable-threads was made the default for all (POSIX?) ports.
> The situation seems less than ideal for this port.
>
> Try:
> ./configure --disable-threads
>
> Also, arranging for bash to be used by configure (if not done by
> default yet --- there were patches floated to do so) may help.
>
> Regards,
> Loren
>