From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9745 invoked by alias); 8 Jan 2006 05:29:50 -0000 Received: (qmail 9737 invoked by uid 22791); 8 Jan 2006 05:29:50 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.195) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 08 Jan 2006 05:29:49 +0000 Received: by zproxy.gmail.com with SMTP id i28so3995499nzi for ; Sat, 07 Jan 2006 21:29:47 -0800 (PST) Received: by 10.65.191.10 with SMTP id t10mr2130654qbp; Sat, 07 Jan 2006 21:29:47 -0800 (PST) Received: by 10.64.196.9 with HTTP; Sat, 7 Jan 2006 21:29:47 -0800 (PST) Message-ID: <37d33d830601072129q1fd11c07udf4df66d13cda9c8@mail.gmail.com> Date: Sun, 08 Jan 2006 05:29:00 -0000 From: Sandeep Kumar To: gcc-bugs@gcc.gnu.org Subject: [Bug glibc] Problem in configuring glibc MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-01/txt/msg00709.txt.bz2 List-Id: Hello everyone, I am trying to compile glibc2.3.5 on Red Hat 9.0(2.4.20-8) on a x86 machine with binutilies 2.16.1 installed on it but i am are getting an error : ..... checking for stdint.h... yes checking for unistd.h... yes checking for long double... yes checking size of long double... 12 running configure fragment for sysdeps/i386/elf checking for i386 TLS support... yes running configure fragment for nptl/sysdeps/unix/sysv/linux running configure fragment for nptl/sysdeps/pthread checking for forced unwind support... no configure: error: forced unwind support is required ..... Can any body direct me how to proceed further ? -- Regards, Sandeep