From owner-cvs-gnu Wed Jan 4 21:17:37 1995 Return-Path: cvs-gnu-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id VAA25429 for cvs-gnu-outgoing; Wed, 4 Jan 1995 21:17:37 -0800 Received: from bsd.coe.montana.edu (bsd.coe.montana.edu [153.90.192.4]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id VAA25423; Wed, 4 Jan 1995 21:17:33 -0800 Received: (nate@localhost) by bsd.coe.montana.edu (8.6.8/8.3) id WAA10494; Wed, 4 Jan 1995 22:21:38 -0700 Date: Wed, 4 Jan 1995 22:21:38 -0700 From: Nate Williams Message-Id: <199501050521.WAA10494@bsd.coe.montana.edu> In-Reply-To: Steven Wallace "cvs commit: src/gnu/usr.bin/ld shlib.c" (Jan 4, 6:36pm) X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: Steven Wallace , CVS-commiters@freefall.cdrom.com, cvs-gnu@freefall.cdrom.com Subject: Re: cvs commit: src/gnu/usr.bin/ld shlib.c Sender: cvs-gnu-owner@FreeBSD.org Precedence: bulk > swallace 95/01/04 18:36:31 > > Modified: gnu/usr.bin/ld shlib.c > Log: > Change to > #define STANDARD_SEARCH_DIRS "/usr/lib", "/usr/X11R6/lib", "/usr/local/lib" > Like in 2.0R, except without /usr/X386. Why did you do this? I purposfully didn't bring in the code to add those to the standard search directories since it's currently handled in a much better way in /etc/rc? Please back out these changes. In any case, it can be handled better in the Makefile since we are probably going to be support multiple architectures in the future which may not have the same search path. Nate