From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76889 invoked by alias); 25 Jun 2015 08:50:59 -0000 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 Received: (qmail 76879 invoked by uid 89); 25 Jun 2015 08:50:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f182.google.com Received: from mail-qc0-f182.google.com (HELO mail-qc0-f182.google.com) (209.85.216.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 25 Jun 2015 08:50:57 +0000 Received: by qcet6 with SMTP id t6so18721585qce.3 for ; Thu, 25 Jun 2015 01:50:55 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.140.194.72 with SMTP id p69mr61774401qha.1.1435222255588; Thu, 25 Jun 2015 01:50:55 -0700 (PDT) Received: by 10.140.43.102 with HTTP; Thu, 25 Jun 2015 01:50:55 -0700 (PDT) In-Reply-To: References: Date: Thu, 25 Jun 2015 08:50:00 -0000 Message-ID: Subject: Re: Custom gcc installation include files From: Jonathan Wakely To: Siddhartha Jain Cc: gcc-help Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00170.txt.bz2 On 24 June 2015 at 20:09, Siddhartha Jain wrote: > The command is below. C_INCLUDE_PATH and CXX are empty. I have a > symlink to the gcc exec in my home dir bin which is what's running. > > When I set the CXX and CC to the system g++ and gcc, the problem goes > away so it seems like my gcc custom installation is messed up? I have > compiled other things in the past with it though. Was the new GCC compiled for this OS, or built on a different machine and copied over?