This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
building gcc 4.0 such that it implicitly knows where its header files are
- From: Noel Yap <noel dot yap at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 28 Oct 2005 18:57:18 -0700
- Subject: building gcc 4.0 such that it implicitly knows where its header files are
What do I need to do to build gcc 4.0, such that when using it, it
knows where its own header files are. IOW, such that the compile
implitly uses -I path/to/correct/system/header/files.
>From what I've read, that should be the default, but that's not the
behaviour I'm seeing.
Thanks,
Noel