From owner-freebsd-questions Tue Jul 21 13:01:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28005 for freebsd-questions-outgoing; Tue, 21 Jul 1998 13:01:24 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.camalott.com (root@mail.camalott.com [208.203.140.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27955 for ; Tue, 21 Jul 1998 13:01:09 -0700 (PDT) (envelope-from joelh@gnu.org) Received: from detlev.UUCP (tex-131.camalott.com [208.229.74.131]) by mail.camalott.com (8.8.7/8.8.5) with ESMTP id PAA07886; Tue, 21 Jul 1998 15:01:24 -0500 Received: (from joelh@localhost) by detlev.UUCP (8.8.8/8.8.8) id PAA01445; Tue, 21 Jul 1998 15:00:23 -0500 (CDT) (envelope-from joelh) Date: Tue, 21 Jul 1998 15:00:23 -0500 (CDT) Message-Id: <199807212000.PAA01445@detlev.UUCP> To: suleyman@echonyc.com CC: questions@FreeBSD.ORG In-reply-to: message from Ken Seggerman on Mon, 20 Jul 1998 19:57:34 -0400 (EDT) Subject: Re: g++ pkg_add gcc-2.8.1.tgz From: Joel Ray Holveck Reply-to: joelh@gnu.org References: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am running FreeBSD 2.2.5 and have gcc 2.7.2.1 from the cdrom > installation. > What I want is the new C++ features in gcc 2.8.1 and would prefer to do > a pkg_add, because I am new at this. > I take it I need to download gcc-2.8.1.tgz and glibstdc++-2.8.1-tgz. > Do I also need a new gcl 2.2.2? I don't seem to have it now. No, GCL is GNU Common Lisp. It is unrelated to gcc. You don't need to download anything. Go to the gcc port's directory and, as root, type "make install". That will build gcc and everything it depends on. > Anyway, should I pkg_delete gcc 2.7.2.1 to prevent a big mess? > And how about the existing C++ library? IIRC, gcc 2.7.2.1 is part of FreeBSD 2.2.5, not a separate port. That means that it is installed under /usr, not /usr/local, so the two can coexist peacefully. Note that you cannot rebuild FreeBSD with 2.8.1 at this time. Best, joelh -- Joel Ray Holveck - joelh@gnu.org - http://www.wp.com/piquan Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message