From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12965 invoked by alias); 1 Feb 2007 21:48:10 -0000 Received: (qmail 12945 invoked by uid 22791); 1 Feb 2007 21:48:09 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 01 Feb 2007 21:47:58 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1HCjmd-0003br-JD; Thu, 01 Feb 2007 21:47:55 +0000 Message-ID: <45C2600B.5B111306@dessent.net> Date: Thu, 01 Feb 2007 21:48:00 -0000 From: Brian Dessent Reply-To: gcc-help@gcc.gnu.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Raman M CC: gcc-help@gcc.gnu.org Subject: Re: gcc errors - need help References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-02/txt/msg00031.txt.bz2 Raman M wrote: > I am encountering the following errors while building the gnu product(s) Wrong list. This is for help using gcc. Your question doesn't have anything to do with gcc but with building certain packages, each of which are independant and unrelated projects and have their own mailing lists. > 1. when trying to build glib > ../glib-2.12.4/configure --prefix=/usr/local/gtk > produces the following error > checking for msgfmt... no > configure: error: > *** You must have either have gettext support in your C library, or use the > *** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html glib is part of GTK+. http://www.gtk.org/mailinglists.html > 2. so I downloaded the gettext source and began to build it, > The configure command executes fine. > When I then follow it with a make install, I get the following error after > some time. > Making install in intl-csharp > make[2]: Entering directory > `/root/debs/extracts/gettextobj/gettext-runtime/intl-csharp' > /bin/sh ../lib/csharpcomp.sh -O -g -o GNU.Gettext.dll > ../../../gettext-0.14/gettext-runtime/intl-csharp/intl.cs > C# compiler not found, try installing pnet, then reconfigure > make[2]: *** [GNU.Gettext.dll] Error 1 > make[2]: Leaving directory > `/root/debs/extracts/gettextobj/gettext-runtime/intl-csharp' > make[1]: *** [install-recursive] Error 1 > make[1]: Leaving directory `/root/debs/extracts/gettextobj/gettext-runtime' > make: *** [install-recursive] Error 1 bug-gnu-gettext AT gnu.org > 3.and when I try building glibc, I get the following error > > make[1]: *** No rule to make target > `/root/debs/extracts/glibcobj/Versions.all', needed by > `/root/debs/extracts/glibcobj/abi-versions.h'. Stop. > make[1]: Leaving directory `/root/debs/extracts/glibc-2.4' > > I will much appreciate help in helping get over these hurdles. > many thanks in advance libc-alpha AT sourceware.org