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