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]

Fwd: Using embedded c and including header files


---------- Forwarded message ----------
From: Tim Beaulen <tbscope@gmail.com>
Date: Thu, Aug 12, 2010 at 8:22 AM
Subject: Re: Using embedded c and including header files
To: Wenji Huang <wenji.huang@oracle.com>


On Thu, Aug 12, 2010 at 8:02 AM, Wenji Huang <wenji.huang@oracle.com> wrote:
>>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
>
>




Thanks, I'll try that.


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