This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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: include path


Sorry, should have been more specific. I meant that I do not get a
-I<path> option for the given path as part of the gdb command line when
building gdb.

I have tried explicitly adding this path to CPPFLAGS, by adding 

   CPPFLAGS="$CPPFLAGS -I<path>"

to the configure.ac script, and that does work.

So if I can just get the path from the script variables, instead of
hard-coding it into the script, that should be sufficient.

      Richad



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