Re: How can I add more include path to gcc compiler on RHEL3



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.

.



Relevant Pages