From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13255 invoked by alias); 25 May 2011 23:14:46 -0000 Received: (qmail 13246 invoked by uid 22791); 25 May 2011 23:14:46 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,TW_SV,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta13.westchester.pa.mail.comcast.net (HELO qmta13.westchester.pa.mail.comcast.net) (76.96.59.243) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 May 2011 23:14:32 +0000 Received: from omta04.westchester.pa.mail.comcast.net ([76.96.62.35]) by qmta13.westchester.pa.mail.comcast.net with comcast id nzCb1g0020ldTLk5DzEYPL; Wed, 25 May 2011 23:14:32 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta04.westchester.pa.mail.comcast.net with comcast id nzEX1g00r0BKwT43QzEYjF; Wed, 25 May 2011 23:14:32 +0000 Subject: Re: Create common hooks structure shared between driver and cc1 Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: Date: Thu, 26 May 2011 00:19:00 -0000 Cc: gcc-patches@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <5DF38701-B137-4CC6-A144-15A2FDD3F5FD@comcast.net> To: Joseph S. Myers X-IsSubscribed: yes 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-05/txt/msg01949.txt.bz2 On May 25, 2011, at 3:37 PM, Joseph S. Myers wrote: > On Wed, 25 May 2011, Mike Stump wrote: >=20 >> On May 25, 2011, at 12:21 PM, Joseph S. Myers wrote: >>> Here is a revised version of my patch >>=20 >> So, don't know why, but g++'s link line doesn't have libcommon-target.a= =20 >> on it for me, which results in a build failure. I've tried removing=20 >> files, reconfiguring and haven't figured it out. Any ideas? >=20 > It's explicitly and directly on the link line in cp/Make-lang.in since my= =20 > previous patch (r174109) that added the library, so I have no ideas there. Ah, svn failure: $ svn up Make-lang.in Skipped 'Make-lang.in' At revision 174240. Summary of conflicts: Skipped paths: 1 :-( I have a dream, one day we'll have a version control system that updat= es when you say update. I have no idea why svn failures. Oh well. Thanks= for the pointer.