From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 21:33:05 2004 Return-Path: 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 EAD2716A4CF for ; Thu, 26 Feb 2004 21:33:05 -0800 (PST) Received: from mail.pcwarp.com (starfield.pcwarp.com [66.81.102.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB33F43D39 for ; Thu, 26 Feb 2004 21:33:05 -0800 (PST) (envelope-from ctech@pcwarp.com) Received: (qmail 52315 invoked by uid 0); 27 Feb 2004 05:34:59 -0000 Received: from unknown (HELO main) (66.81.102.104) by starfield.pcwarp.com with SMTP; 27 Feb 2004 05:34:59 -0000 Message-ID: <000c01c3fcf2$f6fbfb20$68665142@main> From: "Randy Jordan" To: Date: Thu, 26 Feb 2004 21:31:34 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: gcc problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 05:33:06 -0000 I am new t oFreeBSD and I am trying to install a program but, every time I do gmake I get the following error gmake TAGS Makefile.defs:421: Old gcc detected (2.9x), use gcc >= 3.1 for better results ctags -R . ctags: illegal option -- R usage: ctags [-BFadtuwvx] [-f tagsfile] file ... gmake: *** [TAGS] Error 1 I try to update gcc by making the files at /usr/ports/lang/gcc32 and then I do gcc -v and it still shows I am using gcc ver 2.95 Can someone tell me what I am doing wrong. Thanks in advance Randy Jordan