This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Where did the include files go?


On Apr 25, 2005, at 3:24 PM, Øystein Johansen wrote:
This may be a silly question,

gcc-help is for silly questions...


But why is the /gcc4.1/include/ directory empty?

Why not?


I expected to see that directory filled with *.h files and a sys/ directory.

Ok, but why?


It's not there?

Right.


Which files are included when I compile my stuff?

gcc -E will tell you this, as will -H, as documented in the manual.


try

ls /usr/include

maybe there are some headers in that directory.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]