This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: Include directory for gcc


It doesn't work either..

# gcc -I/usr/include hello.c -o hello
hello.c:0: /usr/local/include/.: Permission denied

Thanks anyway!

Arthur


On Thu, 10 Mar 2005, Brian Budge wrote:

> Use the -I option 
> 
> say something like: gcc -I/usr/local -o executable input.c
> 
>   Brian
> 


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