Include directory for gcc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I have a problem in compiling a very simple program with gcc on Solaris. 
Here it is:

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

The program hello.c itself:

# less hello.c
#include <stdio.h>

int main()
{
  printf("Hello World!\n");

  return;
}

As a fact, most of the computer in my lab are Linux, and only several of
them (if not just 1!) are Solaris. So I suspect the gcc search path for
include files is configured for Linux (1st search in /usr/local/include). 

How can I "direct" gcc to first search in the normal /usr/include ? 

Thanks!

-------
  Arthur Niswar                     Email : niswar@xxxxxxxxxxxxxxxxxxxx
  Institut für Nachrichtentechnik   Tel   : +49 721 608 3791
  Universität Karlsruhe             Fax   : +49 721 608 3799
  76128 Karlsruhe, Germany







[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux