From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 21:36:09 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 A0DB416A4CE for ; Thu, 26 Feb 2004 21:36:09 -0800 (PST) Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 984EC43D2D for ; Thu, 26 Feb 2004 21:36:09 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (e3ca482b8c65762db337ceb70eae98b5@adsl-67-119-53-203.dsl.lsan03.pacbell.net [67.119.53.203])i1R5a9X0013472; Thu, 26 Feb 2004 21:36:09 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id AD21366CAF; Thu, 26 Feb 2004 21:36:08 -0800 (PST) Date: Thu, 26 Feb 2004 21:36:08 -0800 From: Kris Kennaway To: Randy Jordan Message-ID: <20040227053608.GA13531@xor.obsecurity.org> References: <000c01c3fcf2$f6fbfb20$68665142@main> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline In-Reply-To: <000c01c3fcf2$f6fbfb20$68665142@main> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: 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:36:09 -0000 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 26, 2004 at 09:31:34PM -0800, Randy Jordan wrote: > I am new t oFreeBSD and I am trying to install a program but, every time I > do gmake I get the following error >=20 > gmake TAGS > Makefile.defs:421: Old gcc detected (2.9x), use gcc >=3D 3.1 for better > results > ctags -R . > ctags: illegal option -- R > usage: ctags [-BFadtuwvx] [-f tagsfile] file ... > gmake: *** [TAGS] Error 1 >=20 > 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 The port doesn't replace the system compiler. The gcc32 port installs compiler binaries called gcc32 and g++32, which you can instruct the software makefile to use by setting the appropriate variable (usually CC and CXX). Kris --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAPtdIWry0BWjoQKURAgANAKCKvKAmW3wuoLKqoVrmjRRc/xUbuQCg37BD XNtO7j2lTWtknNmD6j0FJYA= =mb/k -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o--