Re: building cross-compiler to x86_64. pthread.h: No such file
On Thu, Jul 27, 2006 at 03:51:50PM +0200, Denis Vlasenko wrote: > ../../gcc-4.1.1/gcc/gthr-posix.h:43:21: error: pthread.h: No such file or > directory > ../../gcc-4.1.1/gcc/gthr-posix.h:44:20: error: unistd.h: No such file or > directory Please ask on gcc-help or the crossgcc list. This is a F
building cross-compiler to x86_64. pthread.h: No such file
Hi, I am building gcc-4.1.1 like this: $SRC/configure \ --enable-languages="c,c++" \ --disable-nls \ --build=i386-pc-linux-gnu \ --host=i386-pc-linux-gnu\ --target=x86_64-pc-linux-gnu