Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2009 01:29:38 -0700
From:      Yuri <yuri@rawbw.com>
To:        freebsd-questions@freebsd.org
Subject:   Why configure files don't find /usr/local based headers?
Message-ID:  <4AB88AF2.3080108@rawbw.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AB88AF2.3080108>