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 >