This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap 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]

Using embedded c and including header files


Hello,

I'm experimenting with embedding c in my scripts but I have a problem.

When I add an include file, it doesn't find it. The compiler does not
look in /usr/include
I searched through the manual of gcc and set a couple of environment
variables (CPATH, ...), but this didn't work either.

Is it possible to tell the compiler where to look for headers? I don't
see an option in stap itself to set these directories. I'm using
systemtap 1.2 though.


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