From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23390 invoked by alias); 25 Jan 2011 10:30:14 -0000 Received: (qmail 23375 invoked by uid 22791); 25 Jan 2011 10:30:12 -0000 X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=AWL,BAYES_05,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from fmmailgate03.web.de (HELO fmmailgate03.web.de) (217.72.192.234) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 25 Jan 2011 10:30:06 +0000 Received: from smtp01.web.de ( [172.20.0.243]) by fmmailgate03.web.de (Postfix) with ESMTP id 05924184A485B for ; Tue, 25 Jan 2011 11:30:01 +0100 (CET) Received: from [194.80.66.254] (helo=[172.16.77.230]) by smtp01.web.de with asmtp (WEB.DE 4.110 #2) id 1Phg9w-0001Eo-00 for gcc-help@gcc.gnu.org; Tue, 25 Jan 2011 11:30:00 +0100 Message-ID: <4D3EA686.4090806@web.de> Date: Tue, 25 Jan 2011 10:30:00 -0000 From: Olumide <50295@web.de> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Re: Compiling gcc-4.1.2 on 64-bit Ubuntu machines References: <4D36F9D6.5020400@web.de> <4D36FCFC.1000907@acri-st.fr> <4D37089F.50700@web.de> <4D371361.9010609@web.de> <4D3713C3.2040705@redhat.com> <4D371A80.4020604@web.de> <4D371B3E.1090905@redhat.com> <4D37457B.2020003@web.de> <4D375CB5.4010602@caviumnetworks.com> <4D383EFF.1040503@web.de> <4D386FB7.1010407@web.de> In-Reply-To: <4D386FB7.1010407@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Sender: 50295@web.de 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: 2011-01/txt/msg00353.txt.bz2 On 20/01/2011 17:24, Olumide wrote: > Good news. > > Build was successful -- I think, here's the log file http://goo.gl/SnKsP > > (I had to compiled and install textinfo version 4.9 and install the > latest version ncurses in order to compile texinfo.) I would like to roll out the build to other machines (several dozen actually). I've tried copying the entire hierarchy (source and build) to the target machines and then running make install but I'm getting the error message (I'd appreciate help solving this problem -- thanks): make[1]: Entering directory `/transfer/gcc.install/gcc412/gcc-build' /bin/sh ../gcc-4.1.2/mkinstalldirs /opt/gcc412 /opt/gcc412 make[2]: Entering directory `/transfer/gcc.install/gcc412/gcc-build/fastjar' /bin/sh ./config.status --recheck running /bin/sh /transfer/gcc412/gcc-4.1.2/fastjar/configure --cache-file=./config.cache --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=x86_64-unknown-linux-gnu --prefix=/opt/gcc412 --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --disable-libunwind-exceptions --disable-multilib --enable-languages=c,c++,java,objc --program-transform-name=s,$,412,; --srcdir=../../gcc-4.1.2/fastjar CC=gcc CFLAGS=-g -O2 LDFLAGS= build_alias=x86_64-unknown-linux-gnu host_alias=x86_64-unknown-linux-gnu target_alias=x86_64-unknown-linux-gnu --no-create --no-recursion /bin/sh: Can't open /transfer/gcc412/gcc-4.1.2/fastjar/configure make[2]: *** [config.status] Error 2 make[2]: Leaving directory `/transfer/gcc.install/gcc412/gcc-build/fastjar' make[1]: *** [install-fastjar] Error 2 make[1]: Leaving directory `/transfer/gcc.install/gcc412/gcc-build' make: *** [install] Error 2