From owner-freebsd-questions@FreeBSD.ORG Fri Sep 1 00:21:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A09C16A4E0 for ; Fri, 1 Sep 2006 00:21:12 +0000 (UTC) (envelope-from g.one@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id C245743D64 for ; Fri, 1 Sep 2006 00:21:07 +0000 (GMT) (envelope-from g.one@mac.com) Received: from mac.com (smtpin04-en2 [10.13.10.149]) by smtpout.mac.com (Xserve/8.12.11/smtpout14/MantshX 4.0) with ESMTP id k810L7w2027499 for ; Thu, 31 Aug 2006 17:21:07 -0700 (PDT) Received: from [192.168.2.3] (cpe-065-191-021-225.nc.res.rr.com [65.191.21.225]) (authenticated bits=0) by mac.com (Xserve/smtpin04/MantshX 4.0) with ESMTP id k810L4cH027022 for ; Thu, 31 Aug 2006 17:21:06 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) To: freebsd-questions@freebsd.org Message-Id: From: g Date: Thu, 31 Aug 2006 20:21:04 -0400 X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAQAAA+k= X-Language-Identified: TRUE Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: newbie. how to compile gcc-4.1.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 00:21:12 -0000 hi everyone, i'm trying to compile and install gcc-4.1.1 from the port section. errors: Syntax error: redirection unexpected *** Error code 2 Stop in /usr/home/g/Applications/gcc-4 ... /build-i386-unknown- freebsd6.1/fixincludes. *** Error code 1 i tried making the object code in another location, by mkdir'ing a directory, cd'ing to that directory then running configure, make, after some processing i get the error messages how do i fix this? thanks, g.