From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109646 invoked by alias); 6 Jul 2015 15:08:40 -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 109631 invoked by uid 89); 6 Jul 2015 15:08:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 06 Jul 2015 15:08:39 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 426BA85544; Mon, 6 Jul 2015 15:08:38 +0000 (UTC) Received: from zebedee.pink (ovpn-113-86.phx2.redhat.com [10.3.113.86]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t66F8a8S028146; Mon, 6 Jul 2015 11:08:37 -0400 Message-ID: <559A99F4.5020503@redhat.com> Date: Mon, 06 Jul 2015 15:08:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Yuxin Ren CC: gcc-help Subject: Re: where is unwind.h References: <559A4833.3000701@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00018.txt.bz2 On 07/06/2015 04:01 PM, Yuxin Ren wrote: > I use Ubuntu. Year I also can find unwind.h on my system. > But I cannot find it in the gcc source code (cloned from the gcc github). > Where is unwind.h in the gcc source code? > And if it doesn't have such file, how it can be correctly compiled? Did you not see >> unwind.h is copied from gcc/trunk/libgcc/unwind-generic.h on some >> systems. unwind.h is created and installed when GCC is built and installed. Andrew.