From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21241 invoked by alias); 1 Aug 2012 11:42:03 -0000 Received: (qmail 21233 invoked by uid 22791); 1 Aug 2012 11:42:02 -0000 X-SWARE-Spam-Status: No, hits=-5.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-gh0-f169.google.com (HELO mail-gh0-f169.google.com) (209.85.160.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 01 Aug 2012 11:41:49 +0000 Received: by ghrr18 with SMTP id r18so8283112ghr.0 for ; Wed, 01 Aug 2012 04:41:49 -0700 (PDT) Received: by 10.60.29.161 with SMTP id l1mr28838706oeh.43.1343821308971; Wed, 01 Aug 2012 04:41:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.118.139 with HTTP; Wed, 1 Aug 2012 04:41:08 -0700 (PDT) In-Reply-To: <94C3248A-A49A-49D0-AE03-A9DCBC346F9B@me.com> References: <5C5F4A6D-3233-4D78-99B3-486FFBA3C89F@me.com> <94C3248A-A49A-49D0-AE03-A9DCBC346F9B@me.com> From: Samuel Martin Date: Wed, 01 Aug 2012 11:42:00 -0000 Message-ID: Subject: Re: ct-ng build fails on MacOS X using KBUILD_NO_NLS=1 To: Michael Peters Cc: crossgcc@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00004.txt.bz2 Hi all, Just for the record, I got the same issue as Michael using the latest release (1.15.3) on Lion and I fixed it like this: --- kconfig/Makefile.orig 2012-08-01 13:36:45.000000000 +0200 +++ kconfig/Makefile 2012-08-01 12:27:14.000000000 +0200 @@ -7,7 +7,7 @@ all: conf mconf nconf # Build flags CFLAGS = -DCONFIG_=\"CT_\" -DPACKAGE="\"crosstool-NG $(VERSION)\"" -LDFLAGS = +LDFLAGS = -L/opt/local/lib -lintl # Compiler flags to use gettext ifeq ($(gettext),) Cheers, -- Sam -- For unsubscribe information see http://sourceware.org/lists.html#faq