From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1567 invoked by alias); 18 Jun 2013 20:08:16 -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 1547 invoked by uid 89); 18 Jun 2013 20:08:16 -0000 X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 Received: from mx72.nozonenet.com (HELO mail3.nozonenet.com) (204.14.89.25) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 18 Jun 2013 20:08:15 +0000 Received: (qmail 19712 invoked by uid 399); 18 Jun 2013 16:08:10 -0400 Received: from mail-wi0-f170.google.com (smtp@4refs.com@209.85.212.170) (de-)crypted with TLSv1: RC4-SHA [128/128] DN=unknown by mail3.nozonenet.com with ESMTPSAM; 18 Jun 2013 16:08:10 -0400 X-Sender: smtp@4refs.com Received: by mail-wi0-f170.google.com with SMTP id ey16so5630263wid.1 for ; Tue, 18 Jun 2013 13:08:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=2DYBAX+ImscaqUX0N5i0fQGi9yyHc7hl/selI9KjKO0=; b=D1hS+S+Sx7pHRbbA2iRLdzUC2/lWvK62E5FEEkWA1qLQ1pULp61FeU6+GHfS/59wEY RmN2C1mzMhbDf5Ufyxpt/gee7NafGuMMxt1LMExgxeral82MgJU73OOnzCDuFMmt/oI9 q79FkDVirV80+b+POG6ULI5Qcrn6GQvwEXYZSxODmUKG2spo2bId8FEgo0NlLv35RKcj ddItGZiMsReMdlTP2XZInIYXHX+EAQM6wDCMpxLF+eFcqWplADIbwqGi9VuhuY0hmvAv batIByMG201ka1kO47TBD7Eww8rbWg+Fm+y0XyGOGBJC/mQuc3HuDL6rG0Rbe+HQztKP zuZA== X-Received: by 10.180.91.131 with SMTP id ce3mr8548509wib.55.1371586089418; Tue, 18 Jun 2013 13:08:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.195.12.196 with HTTP; Tue, 18 Jun 2013 13:07:49 -0700 (PDT) From: Uri Moszkowicz Date: Tue, 18 Jun 2013 20:08:00 -0000 Message-ID: Subject: Trouble building AR To: gcc-help Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-06/txt/msg00141.txt.bz2 Hi, I'm having trouble building GCC. I've decompressed GCC 4.7.2 source into a directory and binutils 2.21.1 into a directory in parallel with symbolic links to all subdirectories. I ran the contrib script to get all other dependencies and then ran GCC's configure in a parallel directory, following all installation instructions. It builds just fine but when I install it AR seems to be missing. Any idea what happened to it and how to get it? Looks like it's supposed to be built with binutils and I'm getting other tools from it like LD just not that one. There is a program called gcc-ar that seems to exist but not sure if it's the same tool? It may appear if I build binutils by itself but I'm trying to build them together so that I can get -flto optimization to work, as apparently GCC balks at using the linker plugin if they weren't built together. Thanks!