From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7609 invoked by alias); 7 Jan 2009 08:19:27 -0000 Received: (qmail 7600 invoked by uid 22791); 7 Jan 2009 08:19:27 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from qw-out-1920.google.com (HELO qw-out-1920.google.com) (74.125.92.147) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Jan 2009 08:19:23 +0000 Received: by qw-out-1920.google.com with SMTP id 9so19082988qwj.26 for ; Wed, 07 Jan 2009 00:19:21 -0800 (PST) Received: by 10.214.78.5 with SMTP id a5mr19257971qab.245.1231316361113; Wed, 07 Jan 2009 00:19:21 -0800 (PST) Received: by 10.214.241.9 with HTTP; Wed, 7 Jan 2009 00:19:21 -0800 (PST) Message-ID: Date: Wed, 07 Jan 2009 08:19:00 -0000 From: "Arijit Dutta" To: sid@sources.redhat.com Subject: Error during make In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00001.txt.bz2 Hi, Make shows the following error: Undefined symbols: "_iconv_close", referenced from: __nl_free_domain_conv in libintl.a(loadmsgcat.o) "_libiconv_set_relocation_prefix", referenced from: _libintl_set_relocation_prefix in libintl.a(relocatable.o) "_iconv_open", referenced from: __nl_init_domain_conv in libintl.a(loadmsgcat.o) __nl_init_domain_conv in libintl.a(loadmsgcat.o) "_iconv", referenced from: __nl_find_msg in libintl.a(dcigettext.o) ld: symbol(s) not found collect2: ld returned 1 exit status rm -f .libs/sidS.o Reaping losing child 0x00113e50 PID 53152 make[5]: *** [sid] Error 1 Removing child 0x00113e50 PID 53152 from chain. Reaping losing child 0x00113a60 PID 53115 make[4]: *** [all] Error 2 Removing child 0x00113a60 PID 53115 from chain. and aborts subsequently. I get the same errors on both the 20090101 and 20081201 versions of sid. GCC version - i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) Thanks for your help. -Arijit