From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32724 invoked by alias); 22 Oct 2014 15:58:08 -0000 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 Received: (qmail 32712 invoked by uid 89); 22 Oct 2014 15:58:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f176.google.com Received: from mail-vc0-f176.google.com (HELO mail-vc0-f176.google.com) (209.85.220.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 22 Oct 2014 15:58:06 +0000 Received: by mail-vc0-f176.google.com with SMTP id hq11so2173842vcb.35 for ; Wed, 22 Oct 2014 08:58:01 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.220.143.16 with SMTP id s16mr2092464vcu.53.1413993481326; Wed, 22 Oct 2014 08:58:01 -0700 (PDT) Received: by 10.220.73.193 with HTTP; Wed, 22 Oct 2014 08:58:01 -0700 (PDT) Date: Wed, 22 Oct 2014 15:58:00 -0000 Message-ID: Subject: Re: [match-and-simplify] Merge from trunk From: David Edelsohn To: Richard Biener Cc: GCC Patches Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2014-10/txt/msg02274.txt.bz2 This merge has broken bootstrap on AIX. genmatch has a dependency on libintl and libiconv, but is not linked with those libraries. ld: 0711-317 ERROR: Undefined symbol: .libintl_dgettext ld: 0711-317 ERROR: Undefined symbol: .libintl_bindtextdomain ld: 0711-317 ERROR: Undefined symbol: .libiconv ld: 0711-317 ERROR: Undefined symbol: .libiconv_open ld: 0711-317 ERROR: Undefined symbol: .libiconv_close make[3]: *** [build/genmatch] Error 1