|
From: | Vincent Caron |
Subject: | Re: [Devel] Silly autoconf question |
Date: | Fri, 15 Nov 2002 16:01:43 +0100 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2a) Gecko/20020910 |
David Turner wrote:
As far as I know, '/usr/include' is a hard-coded include path in GCC and many other Unix compilers (to avoid typing it too often), so this should word even if only '/usr/include/freetype2' is returned.. Actually, any "#include <header.h>" should work "out-of-the-box" when the header file is in "/usr/include", or am I missing something ??
True, you have to add the '-nostdinc' flag to prevent gcc from automatically searching first in /usr/include for you.
[Prev in Thread] | Current Thread | [Next in Thread] |