From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21987 invoked by alias); 29 May 2003 15:49:55 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 21966 invoked from network); 29 May 2003 15:49:54 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 29 May 2003 15:49:54 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h4TFnrH00684 for ; Thu, 29 May 2003 11:49:53 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4TFnrI08259; Thu, 29 May 2003 11:49:53 -0400 Received: from [150.1.200.14] (vpn50-56.rdu.redhat.com [172.16.50.56]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h4TFnqb18193; Thu, 29 May 2003 11:49:53 -0400 Subject: Re: insight on windows From: Keith Seitz To: vadiraj_kulkarni@lycos.com Cc: insight In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1054223742.1565.3.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Thu, 29 May 2003 15:49:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q2/txt/msg00123.txt.bz2 On Thu, 2003-05-29 at 02:13, vadraj kulkarni wrote: > configuration starts. After displaying below message, it will get halted. it never continue. > If any of you can tell me where is the mistake, it will be v. helpful. > > Checking whether to build shared libraries... no > Checking whether to build static libraries... yes What version are you trying to configure? CVS/snapshot? 5.3? We need to find out what is blocking it. Can you try running configure under "bash -x" (output result to file) and see where it is hanging? I would also recommend running strace on it, too. That should help narrow the problem down. I suspect it's something simple that your cygwin installation is missing. Keith