Re: How can I add more include path to gcc compiler on RHEL3
- From: Duane Evenson <duane@xxxxxxxxxxxxxxx>
- Date: Fri, 21 Apr 2006 09:10:20 GMT
On Thu, 20 Apr 2006 16:51:56 -0700, thuang2@xxxxxxxxxxx wrote:
Hi,
How can I add more include path to gcc compiler on RHEL3? When
re-compile C source code,
do I have to do a "touch" command (by typing "touch myfile.c") before
running "make" command?
Many thanks
Add "-I dir" to your gcc command line. You can add multiple instances of
this option.
.
- References:
- How can I add more include path to gcc compiler on RHEL3
- From: thuang2@xxxxxxxxxxx
- How can I add more include path to gcc compiler on RHEL3
- Prev by Date: libgtkembedmoz
- Next by Date: Re: extract text between double quotes
- Previous by thread: Re: How can I add more include path to gcc compiler on RHEL3
- Next by thread: extract text between double quotes
- Index(es):
Relevant Pages
|