This is the mail archive of the gcc-help@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: gcc include path problem?


Hi Victor,

One useful way to make sure header files are the ones expected is this
trick:

gcc -E -H foo.c -o /dev/null

To see the header search paths being used:

gcc -v -E -H foo.c -o /dev/null

HTH,
--Eljay


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