From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8042 invoked by alias); 12 Jul 2011 17:18:50 -0000 Received: (qmail 8030 invoked by uid 22791); 12 Jul 2011 17:18:47 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from g1t0028.austin.hp.com (HELO g1t0028.austin.hp.com) (15.216.28.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Jul 2011 17:18:16 +0000 Received: from g1t0039.austin.hp.com (g1t0039.austin.hp.com [16.236.32.45]) by g1t0028.austin.hp.com (Postfix) with ESMTP id ED3411C2D8; Tue, 12 Jul 2011 17:18:12 +0000 (UTC) Received: from [16.89.92.85] (hpsje.cup.hp.com [16.89.92.85]) by g1t0039.austin.hp.com (Postfix) with ESMTP id 9F6CD34440; Tue, 12 Jul 2011 17:18:11 +0000 (UTC) Subject: Re: CFT: Move unwinder to toplevel libgcc From: Steve Ellcey Reply-To: sje@cup.hp.com To: Rainer Orth Cc: Tristan Gingold , GCC Patches , Douglas Rupp In-Reply-To: References: <1310058332.10986.2616.camel@hpsje.cup.hp.com> <1310078773.10986.2627.camel@hpsje.cup.hp.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 12 Jul 2011 17:24:00 -0000 Message-ID: <1310491090.10986.2693.camel@hpsje.cup.hp.com> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg00931.txt.bz2 Rainer, I did another GCC build with your libgcc patch and with fixes for the two problems I already mentioned to you and got another failure: libtool: compile: /wsp/sje/gcc_git/build-ia64-hp-hpux11.23-gcc/obj_gcc/./g= cc/xgcc -shared-libgcc -B/wsp/sje/gcc_git/build-ia64-hp-hpux11.23-gcc/obj_g= cc/./gcc -nostdinc++ -L/wsp/sje/gcc_git/build-ia64-hp-hpux11.23-gcc/obj_gcc= /ia64-hp-hpux11.23/libstdc++-v3/src -L/wsp/sje/gcc_git/build-ia64-hp-hpux11= .23-gcc/obj_gcc/ia64-hp-hpux11.23/libstdc++-v3/src/.libs -B/wsp/sje/gcc_git= /gcc-ia64-hp-hpux11.23-gcc/ia64-hp-hpux11.23/bin/ -B/wsp/sje/gcc_git/gcc-ia= 64-hp-hpux11.23-gcc/ia64-hp-hpux11.23/lib/ -isystem /wsp/sje/gcc_git/gcc-ia= 64-hp-hpux11.23-gcc/ia64-hp-hpux11.23/include -isystem /wsp/sje/gcc_git/gcc= -ia64-hp-hpux11.23-gcc/ia64-hp-hpux11.23/sys-include -I/wsp/sje/gcc_git/src= /gcc/libstdc++-v3/../gcc -I/wsp/sje/gcc_git/build-ia64-hp-hpux11.23-gcc/obj= _gcc/ia64-hp-hpux11.23/libstdc++-v3/include/ia64-hp-hpux11.23 -I/wsp/sje/gc= c_git/build-ia64-hp-hpux11.23-gcc/obj_gcc/ia64-hp-hpux11.23/libstdc++-v3/in= clude -I/wsp/sje/gcc_git/src/gcc/libstdc++-v3/libsupc++ -fno-implicit-templ= ates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location= =3Donce -ffunction-sections -fdata-sections -g -O2 -c /wsp/sje/gcc_git/src/= gcc/libstdc++-v3/libsupc++/eh_call.cc -fPIC -DPIC -o eh_call.o /wsp/sje/gcc_git/src/gcc/libstdc++-v3/libsupc++/eh_call.cc:34:23: fatal err= or: unwind-pe.h: No such file or directory compilation terminated. make[4]: *** [eh_call.lo] Error 1 make[4]: Leaving directory `/wsp/sje/gcc_git/build-ia64-hp-hpux11.23-gcc/ob= j_gcc/ia64-hp-hpux11.23/libstdc++-v3/libsupc++' make[3]: *** [all-recursive] Error 1 I think in my earlier build I was building C only (or maybe the compiler on= ly) and that is why I didn't see this problem. I think the libstdc++ Makefile needs to add -I/wsp/sje/gcc_git/src/gcc/libstdc++-v3/../libgcc in addition (or instead of) -I/wsp/sje/gcc_git/src/gcc/libstdc++-v3/../gcc Steve Ellcey sje@cup.hp.com