From owner-freebsd-current Fri Dec 25 08:20:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA16404 for freebsd-current-outgoing; Fri, 25 Dec 1998 08:20:48 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA16399 for ; Fri, 25 Dec 1998 08:20:47 -0800 (PST) (envelope-from obrien@nuxi.ucdavis.edu) Received: (from obrien@localhost) by relay.nuxi.com (8.9.1/8.9.1) id IAA13725; Fri, 25 Dec 1998 08:20:26 -0800 (PST) (envelope-from obrien) Message-ID: <19981225082026.A13703@nuxi.com> Date: Fri, 25 Dec 1998 08:20:26 -0800 From: "David O'Brien" To: "Daniel C. Sobral" Cc: "Arno J. Klaassen" , current@FreeBSD.ORG Subject: Re: Q: -DNOLIBG++ howto? Reply-To: obrien@FreeBSD.ORG References: <19981224140837.A10869@nuxi.com> <368364F0.1111461F@newsguy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <368364F0.1111461F@newsguy.com>; from Daniel C. Sobral on Fri, Dec 25, 1998 at 07:12:00PM +0900 X-Operating-System: FreeBSD 3.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > It is my understanding he wanted to know which makefiles (and other > files) he needed to change to accomplish all of the above. UTSL. $ cd /usr/src $ find . -name Makefile\* | xargs grep g++ $ find . -name Makefile\* | xargs grep c++ $ cd /usr/src/share/mk ; grep g++ you will get a find listing of files. All of these need to be patched up. -- -- David (obrien@NUXI.ucdavis.edu -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message