From owner-freebsd-questions@FreeBSD.ORG Tue Sep 22 08:29:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B490E106568B for ; Tue, 22 Sep 2009 08:29:40 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 89A188FC08 for ; Tue, 22 Sep 2009 08:29:40 +0000 (UTC) Received: from eagle.syrec.org (c-24-6-221-126.hsd1.ca.comcast.net [24.6.221.126]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id n8M8TdvI064878 for ; Tue, 22 Sep 2009 01:29:39 -0700 (PDT) Message-ID: <4AB88AF2.3080108@rawbw.com> Date: Tue, 22 Sep 2009 01:29:38 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Why configure files don't find /usr/local based headers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yuri List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Sep 2009 08:29:40 -0000 I noticed many times that configure files of various projects fail to find headers of third party packages under /usr/local/include. They run command line like this: gcc -c conftest.c and it doesn't find them without -I/usr/local/include. Is something misconfigured on my system? How to make this issue go away without modifying all configure files? Yuri