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]

Re: Using embedded c and including header files


>llo,
>
>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

This is for user space program.
>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.

The standard searching path is your kernel module building path, like

/lib/modules/2.6.18-8.el5/build/include

put your file under that, or modify Makefile 

Regards,
Wenji


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