From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21929 invoked by alias); 7 Jan 2010 22:25:31 -0000 Received: (qmail 21852 invoked by uid 48); 7 Jan 2010 22:25:19 -0000 Date: Thu, 07 Jan 2010 22:25:00 -0000 Message-ID: <20100107222519.21851.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug ada/42554] Can't build gnatlink, gnatmake In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "simon at pushface dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-01/txt/msg00864.txt.bz2 ------- Comment #3 from simon at pushface dot org 2010-01-07 22:25 ------- Created an attachment (id=19503) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19503&action=view) Workround for Apple bug in Xcode 3.2 I'm not sure that deleting ../$(RTSDIR)/*.o before building common-tools will be OK in all circumstances, but it certainly works for a native Darwin build. The point is that by this stage all the libraries (???) will have been built; and we don't want gnatbind to pick up duplicate .o's from the rts directory (which it scans because of -I../rts). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42554