From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27471 invoked by alias); 27 Aug 2004 11:13:28 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 27056 invoked from network); 27 Aug 2004 11:13:24 -0000 Received: from unknown (HELO hotmail.com) (65.54.245.8) by sourceware.org with SMTP; 27 Aug 2004 11:13:24 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 27 Aug 2004 04:13:23 -0700 Received: from 194.202.174.33 by by1fd.bay1.hotmail.msn.com with HTTP; Fri, 27 Aug 2004 11:13:23 GMT X-Originating-IP: [194.202.174.33] X-Originating-Email: [sdodsley@hotmail.com] X-Sender: sdodsley@hotmail.com Reply-To: simon@sdinfotech.com From: "Simon Dodsley" To: gcc-help@gcc.gnu.org Bcc: Subject: Problem with g++ on Tru64 5.1B (gcc 3.4.1) Date: Fri, 27 Aug 2004 11:52:00 -0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 27 Aug 2004 11:13:23.0839 (UTC) FILETIME=[DE3CD0F0:01C48C26] X-SW-Source: 2004-08/txt/msg00251.txt.bz2 Hi I am new to compiling gcc, so please bear with me if I am just being stupid. Have built 3.4.1 on a alphaev68-osf-5.1 system. gcc seems to be fine, but g++ is failing continuously. It can't find any include files and the libstdc++ libraries don't seem to exist anywhere. I specified c++ in the enable-languages switch. Anyone else seen this? Have I missed a simple step, or this this a real problem? Regards, Simon