From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2886 invoked by alias); 2 Feb 2010 15:58:30 -0000 Received: (qmail 2876 invoked by uid 22791); 2 Feb 2010 15:58:30 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Feb 2010 15:58:24 +0000 Received: from kpbe11.cbf.corp.google.com (kpbe11.cbf.corp.google.com [172.25.105.75]) by smtp-out.google.com with ESMTP id o12FwLSf025727 for ; Tue, 2 Feb 2010 15:58:21 GMT Received: from fxm9 (fxm9.prod.google.com [10.184.13.9]) by kpbe11.cbf.corp.google.com with ESMTP id o12FvT4Z022794 for ; Tue, 2 Feb 2010 09:58:20 -0600 Received: by fxm9 with SMTP id 9so220794fxm.30 for ; Tue, 02 Feb 2010 07:58:19 -0800 (PST) Received: by 10.87.69.33 with SMTP id w33mr10710153fgk.29.1265126299460; Tue, 02 Feb 2010 07:58:19 -0800 (PST) Received: from coign.google.com ([67.218.106.168]) by mx.google.com with ESMTPS id 12sm14568438fgg.27.2010.02.02.07.58.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 02 Feb 2010 07:58:16 -0800 (PST) To: Chris Angelico Cc: gcc-help@gcc.gnu.org Subject: Re: Difficulty compiling with g++ after system change References: <268c26c51002012137m6cffda9k6c068a37c01dfb2d@mail.gmail.com> From: Ian Lance Taylor Date: Tue, 02 Feb 2010 16:01:00 -0000 In-Reply-To: <268c26c51002012137m6cffda9k6c068a37c01dfb2d@mail.gmail.com> (Chris Angelico's message of "Tue\, 2 Feb 2010 16\:37\:54 +1100") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true 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: 2010-02/txt/msg00033.txt.bz2 Chris Angelico writes: > The working system is: > $ g++ --version > g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4) > > The nonworking: > g++ (Ubuntu 4.4.104ubuntu9) 4.4.1 > lcmini.cpp:10:21: error: fstream.h: No such file or directory My apologies. I looked in the wrong place. gcc 4.2.4 does provide . However, that deprecated file was removed for the gcc 4.3 release. Ian