From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10236 invoked by alias); 20 Aug 2008 03:02:38 -0000 Received: (qmail 10222 invoked by uid 22791); 20 Aug 2008 03:02:37 -0000 X-Spam-Check-By: sourceware.org Received: from smtp102.vzn.mail.ac4.yahoo.com (HELO smtp102.vzn.mail.ac4.yahoo.com) (76.13.10.149) by sourceware.org (qpsmtpd/0.31) with SMTP; Wed, 20 Aug 2008 03:01:41 +0000 Received: (qmail 45372 invoked from network); 20 Aug 2008 03:01:38 -0000 Received: from unknown (HELO core2duoasus) (brownfranklin2@verizon.net@70.16.78.155 with login) by smtp102.vzn.mail.ac4.yahoo.com with SMTP; 20 Aug 2008 03:01:36 -0000 X-YMail-OSG: 0SGkEjcVM1ldVpbfNwSMPas2A2yb1BgOAokGWgx5KEKlpGOiEDLusiNvylUdb.m1a_XM8FYqYVGM.L9PZxmh2K7VCRLVeJJOksIUPeOXbs7sVqo6XGIxXpAKnpdGICk- X-Yahoo-Newman-Property: ymail-3 Reply-To: From: "Franklin Brown" To: Cc: References: <004701c9022c$2c1f11a0$845d34e0$@net> <48AB80FA.1CAE4690@dessent.net> <00a101c9026d$278ad2f0$76a078d0$@net> <48AB8605.2298F1C4@dessent.net> In-Reply-To: <48AB8605.2298F1C4@dessent.net> Subject: RE: stubs-32.h missing. Date: Wed, 20 Aug 2008 04:04:00 -0000 Message-ID: <00ab01c90271$0dfb68f0$29f23ad0$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us 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/msg00192.txt.bz2 Thank you. I am downloading glibc 2.7 now and will try to install that. Glibc 2.4 would not install for some reason, but I cannot remember the error. Franklin -----Original Message----- From: Brian Dessent [mailto:brian@dessent.net] Sent: Tuesday, August 19, 2008 10:49 PM To: brownfranklin2@verizon.net Cc: gcc-help@gcc.gnu.org Subject: Re: stubs-32.h missing. Franklin Brown wrote: > Thank you for replying. I typed in the following command: CFLAGS -m64 > ./configure --disable-multilib and was able to get cpp to work but still got If you --disable-multilib you shouldn't need to set any CFLAGS. Also configuring in the source dir is not a good idea, have a look at . > errors. Tried installing the glibc package but was unsuccessfull. I am > going to try an earlier version of gcc - 4.2.2 to see if that resolves the > problem. If not, then I will have to investigate why glibc isn't working > properly. Pretty much all versions of gcc on x86_64 will require that header. It's not that glibc is not working, it's that you don't have parts of glibc installed. I'm confident that every x86_64 distro out there has the required support package in easy-to-install form because it's required to support "gcc -m32". It's just that they name it various things. > BTW, what is the address that I can type into outlook express to view this > newsgroup. This would make it easier to search the threads when I need > information. Thanks. Personally, I do all searching of the mailing list with google. As in the URL I gave initially, you can use the keywords site:gcc.gnu.org inurl:ml inurl:"gcc-help" to restrict the seach to just the archives of this list (or other gcc mailing lists if you wish.) Fundamentally this is a mailing list, not a newsgroup, so any newsgroup interface that you find will be through a third party gateway. You can try gmane for example: . Brian