From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 336 invoked by alias); 10 Aug 2008 22:11:41 -0000 Received: (qmail 328 invoked by uid 22791); 10 Aug 2008 22:11:41 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 10 Aug 2008 22:11:06 +0000 Received: from localhost.localdomain ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1KSJ7v-0007qj-7g; Sun, 10 Aug 2008 22:11:03 +0000 Message-ID: <489F6776.5F3F38CA@dessent.net> Date: Mon, 11 Aug 2008 00:47:00 -0000 From: Brian Dessent Reply-To: gcc-help@gcc.gnu.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Rajkishore Barik CC: gcc-help@gcc.gnu.org Subject: Re: gcc 4.1.2 32-bit compilation problem References: <3919B243-570D-429D-922A-B96190919DBA@rice.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00099.txt.bz2 Rajkishore Barik wrote: > /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or > directory This error means you haven't installed the 32 bit libc development package. It's not a gcc issue, you need to install the correct package from your distro. The name varies from distro to distro, but with Debian for example it's named something like "libc6-dev-i386". Brian