This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Where did the include files go?
- From: Øystein Johansen <oystein at gnubg dot org>
- To: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Tue, 26 Apr 2005 00:24:09 +0200
- Subject: Where did the include files go?
This may be a silly question, but I just can't help my curiosity:
I've done a cvs checkout on msys 1.0.10 and made a good/working build of
GCC 4.1. gcc version 4.1.0 20050424 (experimental). I did configure with
--prefix=/gcc4.1. I did a 'make bootstrap' and a 'make install' and
everything seems fine. All executables and libraries are installed in
/gcc4.1. I even tested the compiler and it compiles my stuff fine.
But why is the /gcc4.1/include/ directory empty?
I expected to see that directory filled with *.h files and a sys/ directory.
It's not there? Which files are included when I compile my stuff?
cd /gcc4.1
find . -name 'stdio.h' -print
-Øystein