From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14582 invoked by alias); 22 Oct 2014 16:09:31 -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 14529 invoked by uid 89); 22 Oct 2014 16:09:30 -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-f178.google.com Received: from mail-vc0-f178.google.com (HELO mail-vc0-f178.google.com) (209.85.220.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 22 Oct 2014 16:09:29 +0000 Received: by mail-vc0-f178.google.com with SMTP id hq12so2204321vcb.9 for ; Wed, 22 Oct 2014 09:09:23 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.52.98.39 with SMTP id ef7mr30781577vdb.4.1413994163849; Wed, 22 Oct 2014 09:09:23 -0700 (PDT) Received: by 10.220.73.193 with HTTP; Wed, 22 Oct 2014 09:09:23 -0700 (PDT) Date: Wed, 22 Oct 2014 16:56: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/msg02278.txt.bz2 Richard, It at least needs something like: * Makefile.in (build/genmatch): Link with $(LIBINTL) $(LIBICONV). Index: Makefile.in =================================================================== --- Makefile.in (revision 216542) +++ Makefile.in (working copy) @@ -2520,7 +2520,7 @@ # These programs need libs over and above what they get from the above list. build/genautomata$(build_exeext) : BUILD_LIBS += -lm -build/genmatch$(build_exeext) : $(CPPLIB) $(LIBIBERTY) \ +build/genmatch$(build_exeext) : $(CPPLIB) $(LIBIBERTY) $(LIBINTL) $(LIBICONV) \ $(BUILD_ERRORS) build/vec.o build/hash-table.o # These programs are not linked with the MD reader.