Hi, I am currently trying to build an hppa-linux cross compiler. The build fails because it cannot find the header files pthread.h and unistd.h. The files do exist under gcc-3.3.1/gcc/fixinc/tests/base (which seems to be some sort of patch). However, I don't know how to get gcc to see them. Of course, Itried adding that directory to my path, but that did not help. I tried to search the gcc manual for information on how to set the include path (which I don't think I am supposed to do by myself), but could not find anything. Any idea how what the problem is and how I can solve it? Thanks -Ghassan