Re: [pcre-dev] hang running configure on redhat AS2.1

Top Page
Delete this message
Author: Todd Rinaldo
Date:  
To: Craig Silverstein
CC: pcre-dev
Subject: Re: [pcre-dev] hang running configure on redhat AS2.1

On Oct 29, 2009, at 10:44 AM, Craig Silverstein wrote:

>> and then it moves on. I've had a quick look at ./configure, and it
>> seems
>> that this check is concerned with compiling the C++ wrapper. First, I
>> suggest you try ./configure --disable-cpp to see if you can compile
>> the
>> main C library without the C++ wrapper. If you really need the C++
>> wrapper, all I can suggest is that you hack about in ./configure,
>> look
>> for that message, and cut out the section where it appears.
>
> Another good way to debug is to run 'ps' while it's hung, and see what
> process is running (or trying to run). You may even try to attach to
> the process with strace to see what it's doing.
>
> } svn: Can't connect to host 'vcs.exim.org': No route to host
>
> Weird, works for me. What hapens if you do
> ping vcs.exim.org
> ?
>
> craig



Craig, it pings fine. I suspect the url is wrong. Can you confirm your
`svn info` on trunk?

I'm trying strace now but I assume we're going to have to ultimately
fix this in configure.ac

Todd Rinaldo