From owner-freebsd-arch Sun Nov 14 11:58:54 1999 Delivered-To: freebsd-arch@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id 7589414BC2 for ; Sun, 14 Nov 1999 11:58:51 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.3/8.9.3) with ESMTP id UAA20009 for ; Sun, 14 Nov 1999 20:58:49 +0100 (CET) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id UAA40833 for freebsd-arch@freebsd.org; Sun, 14 Nov 1999 20:58:48 +0100 (MET) Received: from alcanet.com.au (border.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id C124D14BC2; Sun, 14 Nov 1999 11:58:35 -0800 (PST) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: by border.alcanet.com.au id <40327>; Mon, 15 Nov 1999 06:52:14 +1100 Content-return: prohibited Date: Mon, 15 Nov 1999 06:58:26 +1100 From: Peter Jeremy Subject: Re: /usr/local In-reply-to: <19991112090136.A87828@dragon.nuxi.com> To: "David O'Brien" Cc: Dag-Erling Smorgrav , freebsd-arch@freebsd.org Reply-To: peter.jeremy@alcatel.com.au Message-Id: <99Nov15.065214est.40327@border.alcanet.com.au> MIME-version: 1.0 X-Mailer: Mutt 1.0pre3i Content-type: text/plain; charset=us-ascii References: <19991112090136.A87828@dragon.nuxi.com> Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 1999-Nov-13 04:01:36 +1100, David O'Brien wrote: >On Fri, Nov 12, 1999 at 10:46:23AM +0100, Dag-Erling Smorgrav wrote: >> How would people feel about adding /usr/local/include and >> /usr/local/lib to gcc's default header and library search paths, ... >Adding -IPREFIX/include to gcc burns this into the binary, and that is >not easy for a sysadmin to change. Note that gcc supports a `specs' file which can do this sort of thing (the non-existent /usr/libdata/gcc/specs). It should be fairly easy to change things to install this file. (Admittedly, it's not the easiest thing to hand-edit). Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message