From owner-freebsd-stable@FreeBSD.ORG Tue Jan 31 01:56:43 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C62E816A422 for ; Tue, 31 Jan 2006 01:56:43 +0000 (GMT) (envelope-from lists@elehack.net) Received: from weirdo.crazywebhosting.net (weirdo.crazywebhosting.net [70.85.78.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A55D43D55 for ; Tue, 31 Jan 2006 01:56:43 +0000 (GMT) (envelope-from lists@elehack.net) Received: from rentacop.student.iastate.edu ([65.110.225.31] helo=eshcol) by weirdo.crazywebhosting.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.52) id 1F3klF-0005JA-0Z for freebsd-stable@freebsd.org; Mon, 30 Jan 2006 19:56:49 -0600 Date: Mon, 30 Jan 2006 19:56:55 -0600 From: Michael Ekstrand To: freebsd-stable@freebsd.org Message-Id: <20060130195655.e2c9da19.lists@elehack.net> X-Mailer: Sylpheed version 2.1.1 (GTK+ 2.8.6; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - weirdo.crazywebhosting.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - elehack.net X-Source: X-Source-Args: X-Source-Dir: Subject: GCC not searching /usr/local/include X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2006 01:56:44 -0000 I'm having a little problem with compiling programs. It seems that gcc does not search /usr/local/include for headers by default; I have to specify -I/usr/local/include. It seems to me that it should. So: Should gcc be searching /usr/local/include by default? If yes: where do I look to try to fix this problem? I'm not sure why I'm thinking it should; I seem to remember it doing so before. But maybe I'm imagining things. Thanks! - Michael