From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5659 invoked by alias); 17 Sep 2012 02:55:58 -0000 Received: (qmail 5651 invoked by uid 22791); 17 Sep 2012 02:55:57 -0000 X-SWARE-Spam-Status: No, hits=2.2 required=5.0 tests=AWL,BAYES_40,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_SC_TOP_CIDR24,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nm14-vm0.bullet.mail.sp2.yahoo.com (HELO nm14-vm0.bullet.mail.sp2.yahoo.com) (98.139.91.246) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Mon, 17 Sep 2012 02:55:44 +0000 Received: from [98.139.91.67] by nm14.bullet.mail.sp2.yahoo.com with NNFMP; 17 Sep 2012 02:55:44 -0000 Received: from [98.139.91.40] by tm7.bullet.mail.sp2.yahoo.com with NNFMP; 17 Sep 2012 02:55:44 -0000 Received: from [127.0.0.1] by omp1040.mail.sp2.yahoo.com with NNFMP; 17 Sep 2012 02:55:44 -0000 Received: (qmail 83827 invoked by uid 60001); 17 Sep 2012 02:55:44 -0000 Received: from [67.169.102.231] by web45212.mail.sp1.yahoo.com via HTTP; Sun, 16 Sep 2012 19:55:43 PDT Message-ID: <1347850543.68703.YahooMailClassic@web45212.mail.sp1.yahoo.com> Date: Mon, 17 Sep 2012 02:55:00 -0000 From: Jake Prasad Subject: GCC 3.4.6 Install To: gcc-help@gcc.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2012-09/txt/msg00146.txt.bz2 Hello, My name is Jake and I recently tried to install gcc 3.4.6 in order to run OpinionFinder which relies on gcc versions that are at least as old as 3.4.6. I am currently using an Intel 64 bit machine with Wubi(Ubuntu on Windows) x64 version: Description: Ubuntu 12.04.1 LTS Release: 12.04 and have gcc version: gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 However, after trying to install the older version of gcc I got the following errors: gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-error -DHAVE_CONFIG_H -I. -I. -I/home/jake/Downloads/gcc-3.4.6/gcc -I/home/jake/Downloads/gcc-3.4.6/gcc/. -I/home/jake/Downloads/gcc-3.4.6/gcc/../include c-parse.c -o c-parse.o gcc: error: c-parse.c: No such file or directory gcc: fatal error: no input files compilation terminated. make[2]: *** [c-parse.o] Error 4 make[2]: Leaving directory `/home/jake/Downloads/gcc-3.4.6/objdir/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/home/jake/Downloads/gcc-3.4.6/objdir/gcc' make: *** [bootstrap] Error 2 Since I am not sure how to go about fixing the problem, I was wondering if you might not know how to go about fixing the error. Thanks, Jake