On Mon, 11 Aug 2003 11:07:35 +0200
Michael A Yehle <myehle@wanadoo.fr> wrote:
> but gcc fails to compile missing pthread.h and unistd.h
Read the cross-GCC FAQ at:
http://www.objsw.com/CrossGCC/
To build a cross compiler properly, you have to install the system
headers of the target system in the proper place so that the cross-compiler
can pick them up.