Date: Thu, 26 Feb 2004 21:36:08 -0800 From: Kris Kennaway <kris@obsecurity.org> To: Randy Jordan <ctech@pcwarp.com> Cc: freebsd-questions@freebsd.org Subject: Re: gcc problem Message-ID: <20040227053608.GA13531@xor.obsecurity.org> In-Reply-To: <000c01c3fcf2$f6fbfb20$68665142@main> References: <000c01c3fcf2$f6fbfb20$68665142@main>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] 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 > > 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 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 [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAPtdIWry0BWjoQKURAgANAKCKvKAmW3wuoLKqoVrmjRRc/xUbuQCg37BD XNtO7j2lTWtknNmD6j0FJYA= =mb/k -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040227053608.GA13531>
