From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: The load path Date: Sun, 14 Nov 2004 10:48:50 +0000 Message-ID: <41973812.9030106@ossau.uklinux.net> 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> <87y8h65ze4.fsf@trouble.defaultvalue.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100429494 8393 80.91.229.6 (14 Nov 2004 10:51:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Nov 2004 10:51:34 +0000 (UTC) Cc: guile-devel , Greg Troxel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Nov 14 11:51:25 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 1CTHyf-0004ai-00 for ; Sun, 14 Nov 2004 11:51:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTI7I-0002Jn-QN for guile-devel@m.gmane.org; Sun, 14 Nov 2004 06:00:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTI70-0002Iq-Up for guile-devel@gnu.org; Sun, 14 Nov 2004 06:00:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTI70-0002I7-Bx for guile-devel@gnu.org; Sun, 14 Nov 2004 06:00:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTI6z-0002Hy-Ar for guile-devel@gnu.org; Sun, 14 Nov 2004 06:00:02 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTHxs-0007QS-Aw for guile-devel@gnu.org; Sun, 14 Nov 2004 05:50:36 -0500 Original-Received: from laruns (host81-130-105-202.in-addr.btopenworld.com [81.130.105.202]) by mail3.uklinux.net (Postfix) with ESMTP id 0500C409FB2; Sun, 14 Nov 2004 10:50:35 +0000 (UTC) Original-Received: from ossau.uklinux.net (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id C68996FA1F; Sun, 14 Nov 2004 10:48:50 +0000 (GMT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3 X-Accept-Language: en Original-To: Rob Browning In-Reply-To: <87y8h65ze4.fsf@trouble.defaultvalue.org> 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:4389 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4389 Rob Browning wrote: >Greg Troxel writes: > > >>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 >> >> >Did you see the suggestion in one of my last messages in this thread, >and if so, what did you think? > >i.e. the one suggesting an option like this: > > --with-built-in-load-path='("foo" default "bar")' > >among a couple of other things. > > This looks good to me. If this option is not specified, I presume the default load path is ("$prefix/share/guile/site" "$prefix/share/guile/$effective_version" "$prefix/share/guile") - is that right? Regards, Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel