From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.devel Subject: Re: The load path Date: 12 Nov 2004 19:22:01 -0500 Message-ID: References: <1097949129.4178.31.camel@localhost> <418C126D.5010802@ossau.uklinux.net> <87u0s3r30n.fsf@trouble.defaultvalue.org> <418D0EAE.40703@ossau.uklinux.net> <1100112232.3368.19.camel@localhost> <41952B9C.1020408@ossau.uklinux.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100305386 15198 80.91.229.6 (13 Nov 2004 00:23:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Nov 2004 00:23:06 +0000 (UTC) Cc: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Nov 13 01:22:57 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CSlgv-0001UF-00 for ; Sat, 13 Nov 2004 01:22:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSlpV-00069z-3m for guile-devel@m.gmane.org; Fri, 12 Nov 2004 19:31:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CSlpQ-00066q-5o for guile-devel@gnu.org; Fri, 12 Nov 2004 19:31:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CSlpP-00066N-Go for guile-devel@gnu.org; Fri, 12 Nov 2004 19:31:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSlpP-000669-Bj for guile-devel@gnu.org; Fri, 12 Nov 2004 19:31:43 -0500 Original-Received: from [192.1.100.210] (helo=fnord.ir.bbn.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CSlg2-00057E-23 for guile-devel@gnu.org; Fri, 12 Nov 2004 19:22:02 -0500 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id 678722028; Fri, 12 Nov 2004 19:22:01 -0500 (EST) Original-To: Neil Jerram In-Reply-To: <41952B9C.1020408@ossau.uklinux.net> Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4382 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4382 That's not quite what I was addressing though; I was talking about the case where everything on a machine is there through package management - in this case /usr/local isn't needed because there isn't anything in /usr/local. And, at least on NetBSD, cc doesn't search /usr/local. If guile does, that's a bug :-) So if things not in prefix get added to %load-path, it would be nice to make it a configure-time option, perhaps a --load-path-prefixes=/usr/local,/usr/y0 -- Greg Troxel _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel