This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Include directory for gcc
- From: Arthur Niswar <niswar at int dot uni-karlsruhe dot de>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 10 Mar 2005 17:13:25 +0100 (MET)
- Subject: 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
>