From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10192 invoked by alias); 20 Jul 2002 18:36:04 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 6961 invoked from network); 20 Jul 2002 11:29:24 -0000 Received: from unknown (HELO mail.broadpark.no) (217.13.4.9) by sources.redhat.com with SMTP; 20 Jul 2002 11:29:24 -0000 Received: from [192.0.0.3] (16.80-202-85.nextgentel.com [80.202.85.16]) by mail.broadpark.no (Postfix) with ESMTP id 725547D37 for ; Sat, 20 Jul 2002 13:29:22 +0200 (MEST) Date: Sat, 20 Jul 2002 12:29:00 -0000 From: Thomas Finneid Subject: compile problems To: binutils@sources.redhat.com Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-Disposition: INLINE Organization: Institute of Informatics, University of Oslo X-SW-Source: 2002-07/txt/msg00527.txt.bz2 Hi I was trying to compile binutils-2.12.90.0.15 (and 14) and I got an error message. It is complaining about something called "no", is that a unix tool or a special binutil source tool? and how can I fix it? ( I am running Suse 7.3 PowerPC, Linux 2.4.12 with gcc 2.95.3(4?) and binutils 2.11.90.0.29-14 ) Any help would be greatly appreciated, as I am eager to be able to compile gcc 3.1 regards Thomas The error message produced: Making all in po make[3]: Entering directory `/usr/local/src/gcc/binutils-2.12.90.0.15/bfd/po' ( if test 'x.' != 'x.'; then \ posrcprefix='../'; \ else \ posrcprefix="../"; \ fi; \ rm -f SRC-POTFILES-t SRC-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ $posrcprefix& \\\\@" < ./SRC-POTFILES.in \ | sed -e '$s/\\$//') > SRC-POTFILES-t \ && chmod a-w SRC-POTFILES-t \ && mv SRC-POTFILES-t SRC-POTFILES ) ( rm -f BLD-POTFILES-t BLD-POTFILES \ && (sed -e '/^#/d' \ -e '/^[ ]*$/d' \ -e "s@.*@ ../& \\\\@" < ./BLD-POTFILES.in \ | sed -e '$s/\\$//') > BLD-POTFILES-t \ && chmod a-w BLD-POTFILES-t \ && mv BLD-POTFILES-t BLD-POTFILES ) cd .. \ && CONFIG_FILES=po/Makefile.in:po/Make-in \ CONFIG_HEADERS= /bin/sh ./config.status creating po/Makefile.in make[3]: Leaving directory `/usr/local/src/gcc/binutils-2.12.90.0.15/bfd/po' make[3]: Entering directory `/usr/local/src/gcc/binutils-2.12.90.0.15/bfd/po' file=./`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && PATH=../src:$PATH no -o $file fr.po /bin/sh: no: command not found make[3]: *** [fr.gmo] Error 127 make[3]: Leaving directory `/usr/local/src/gcc/binutils-2.12.90.0.15/bfd/po' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/gcc/binutils-2.12.90.0.15/bfd' make[1]: *** [all-recursive-am] Error 2 make[1]: Leaving directory `/usr/local/src/gcc/binutils-2.12.90.0.15/bfd' make: *** [all-bfd] Error 2 -- Thomas Finneid email: tfinneid@ifi.uio.no