From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31474 invoked by alias); 12 Jun 2006 05:07:45 -0000 Received: (qmail 31462 invoked by uid 22791); 12 Jun 2006 05:07:43 -0000 X-Spam-Check-By: sourceware.org Received: from p12018-ipbffx02marunouchi.tokyo.ocn.ne.jp (HELO mail.pizzafactory.jp) (222.147.75.18) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 Jun 2006 05:07:40 +0000 Received: from [192.168.0.2] (unknown [192.168.0.2]) by mail.pizzafactory.jp (Postfix) with ESMTP id 13F1A1F460F7 for ; Mon, 12 Jun 2006 14:07:38 +0900 (JST) Mime-Version: 1.0 (Apple Message framework v750) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: gdb-patches@sourceware.org From: Masaki Muranaka Subject: Failed to detect config.intl at sim/*/configure Date: Mon, 12 Jun 2006 05:07:00 -0000 X-Mailer: Apple Mail (2.750) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00146.txt.bz2 Hello, It failed to build sim/mips/run on MacOS X with message. > /usr/bin/ld: Undefined symbols: > _libintl_dgettext > collect2: ld returned 1 exit status I think it is caused by config/gettext-sister.m4. > if test -f ../intl/config.intl; then > . ../intl/config.intl > fi This can't use with sim because it was linked at not sim/ but sim/*/ . I've tried to fix it, but I can't see how to get the top level build directory. Would anyone fix it? -- Masaki Muranaka Monami software