From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27152 invoked by alias); 16 Jun 2011 20:49:23 -0000 Received: (qmail 27144 invoked by uid 22791); 16 Jun 2011 20:49:22 -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_LX,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta07.emeryville.ca.mail.comcast.net (HELO qmta07.emeryville.ca.mail.comcast.net) (76.96.30.64) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Jun 2011 20:49:09 +0000 Received: from omta18.emeryville.ca.mail.comcast.net ([76.96.30.74]) by qmta07.emeryville.ca.mail.comcast.net with comcast id whq01g0021bwxycA7kp7lB; Thu, 16 Jun 2011 20:49:07 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta18.emeryville.ca.mail.comcast.net with comcast id wkpX1g00m0BKwT48ekpXjK; Thu, 16 Jun 2011 20:49:32 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: fix darwin boostrap breakage From: Mike Stump In-Reply-To: <2A5A4F16-27E8-4F4F-A4E5-0E5CD40F9D30@comcast.net> Date: Thu, 16 Jun 2011 21:47:00 -0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <2A5A4F16-27E8-4F4F-A4E5-0E5CD40F9D30@comcast.net> To: gcc-patches List 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-06/txt/msg01299.txt.bz2 On Jun 16, 2011, at 12:39 PM, Mike Stump wrote: > RIght now darwin doesn't build for me (something for goolge to find): >=20 > Undefined symbols: > "LPR2", referenced from: > ___mulsc3 in _mulsc3_s.o > ___muldc3 in _muldc3_s.o > ___mulxc3 in _mulxc3_s.o Found it, rm -rf `find . -name autom4te.cache` in the source tree solves i= t. :-( You know, rm -rf the build is obvious and anyone can do that, by r= m -rf the source tree is, well, anti-solcial.