Date: Fri, 25 May 2001 22:56:42 +0300 From: Peter Pentchev <roam@orbitel.bg> To: Brent Verner <brent@rcfile.org> Cc: hackers@FreeBSD.ORG Subject: Re: gcc (cpp) include search path problem Message-ID: <20010525225642.D18002@ringworld.oblivion.bg> In-Reply-To: <20010524055537.A8563@rcfile.org>; from brent@rcfile.org on Thu, May 24, 2001 at 05:55:38AM -0400 References: <20010524055537.A8563@rcfile.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 24, 2001 at 05:55:38AM -0400, Brent Verner wrote: > Hi, > > I'm not sure if this has been the default for gcc/cpp on FBSD > for a while but I noticed it since some ports failed to build > due to includes (present in /usr/local/include) not being found. > Has this changed, or is that port (wget) just broken. gcc does not have /usr/local/include in its include path by default. Did you pick wget as a random example, or is it really broken for you? If it is broken, you should probably update your ports collection, and make sure that you do not have any CPPFLAGS defined in your make environment: ports/ftp/wget/Makefile has included -I${PREFIX}/include in its environment ever since rev. 1.17 from August 2, 1999: http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/ftp/wget/Makefile On second thoughts, you might have a problem if you are trying to install the wget port in a location other than /usr/local. If you change PREFIX, then the -I{PREFIX}/include directive would point to the location you want to install wget at, not at /usr/local. In that case, the proper course of action would be to first install the devel/gettext port into the same location (using the same value of PREFIX); then, its include files would be in ${PREFIX}/include, its libraries would be in ${PREFIX}/lib, and wget would build just fine. G'luck, Peter -- I had to translate this sentence into English because I could not read the original Sanskrit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010525225642.D18002>